Attributes of an agentless host facet.

Hierarchy

  • CsmAgentlessHostFacetAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
bounded: boolean

Whether the facet has a bounded set of allowed values. true indicates a fixed value set and false indicates free-form values.

bundled: boolean

Whether the facet is bundled as part of the default facet set. true indicates bundled and false indicates custom.

bundledAndUsed: boolean

Whether the facet is both bundled and actively used. true indicates in use; false indicates unused.

defaultValues: string[]

The list of default filter values for the facet.

description: string

A human-readable description of what the facet represents.

editable: boolean

Whether the facet can be edited by users. true indicates editable; false indicates read-only.

facetType: string

The UI display type for the facet, such as list.

groups: string[]

The list of UI groups that this facet belongs to.

name: string

The display name of the facet.

path: string

The field path used when filtering by this facet.

source: string

The data source that provides the facet values.

type: string

The data type of the facet values.

values: string[]

The list of allowed filter values for bounded facets. Empty for unbounded facets.

Generated using TypeDoc