Word.Interfaces.SensitivityLabelAbacAttributeValueData interface
An interface describing the data returned by calling sensitivityLabelAbacAttributeValue.toJSON().
Properties
| display |
The display name of the ABAC attribute value. |
| display |
The display order of the ABAC attribute value. |
| id | The unique identifier of the ABAC attribute value. |
| is |
Indicates whether the ABAC attribute value is active. |
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 value.
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 value.
displayOrder?: number;
Property Value
number
Remarks
id
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 unique identifier of the ABAC attribute value.
id?: string;
Property Value
string
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 value is active.
isActive?: boolean;
Property Value
boolean