Edit

Word.Interfaces.SensitivityLabelAbacAttributeData interface

An interface describing the data returned by calling sensitivityLabelAbacAttribute.toJSON().

Properties

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

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?: string;

Property Value

string

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?: number;

Property Value

number

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?: Word.SensitivityLabelAbacAttributeValue[];

Property Value

Remarks

API set: WordApi BETA (PREVIEW ONLY)