Edit

Word.Interfaces.SensitivityLabelAbacAttributeLoadOptions interface

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents an ABAC attribute for sensitivity labels.

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

displayName

The display name of the ABAC attribute.

displayOrder

The display order of the ABAC attribute.

isActive

Indicates whether the ABAC attribute is active.

isMultiValued

Indicates whether the ABAC attribute can have multiple values.

values

The values available for the ABAC attribute.

Property Details

$all

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

$all?: boolean;

Property Value

boolean

displayName

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The display name of the ABAC attribute.

displayName?: boolean;

Property Value

boolean

Remarks

API set: WordApi BETA (PREVIEW ONLY)

displayOrder

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The display order of the ABAC attribute.

displayOrder?: boolean;

Property Value

boolean

Remarks

API set: WordApi BETA (PREVIEW ONLY)

isActive

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Indicates whether the ABAC attribute is active.

isActive?: boolean;

Property Value

boolean

Remarks

API set: WordApi BETA (PREVIEW ONLY)

isMultiValued

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Indicates whether the ABAC attribute can have multiple values.

isMultiValued?: boolean;

Property Value

boolean

Remarks

API set: WordApi BETA (PREVIEW ONLY)

values

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The values available for the ABAC attribute.

values?: boolean;

Property Value

boolean

Remarks

API set: WordApi BETA (PREVIEW ONLY)