Class SchemaAttributeInternal

Definition of schema attributes.

Hierarchy

  • SchemaAttribute

Constructors

Properties

caseExact?: boolean

Indicates whether the attribute is case exact.

description?: string

Description of schema attribute.

multiValued?: boolean

Indicates whether the attribute is multi-valued.

mutability?: string

Indicates the mutability of the attribute.

name?: string

Name of schema attribute.

required?: boolean

Indicates whether the attribute is required.

returned?: string

Indicates when the attribute is returned in a response.

schemas?: string[]

Identifies which schema(s) this resource used. In this case it is the SCIM core User/Group schema.

subAttributes?: SchemaAttribute[]
type?: string

Type of schema attribute.

uniqueness?: string

Indicates the uniqueness of the attribute.