Word.Interfaces.SensitivityLabelAbacAttributeData interface
An interface describing the data returned by calling sensitivityLabelAbacAttribute.toJSON().
Properties
| display |
The display name of the ABAC attribute. |
| display |
The display order of the ABAC attribute. |
| is |
Indicates whether the ABAC attribute is active. |
| is |
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
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
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
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
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[];