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 |
| 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
$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
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
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?: boolean;
Property Value
boolean