PowerPoint.Interfaces.SensitivityLabelAbacAttributeValueData interface
An interface describing the data returned by calling sensitivityLabelAbacAttributeValue.toJSON().
Properties
| display |
Gets the display name of the ABAC attribute value. Add-ins are responsible for presenting localized user-facing UI. |
| display |
Gets the recommended ordering of this ABAC value within its attribute when displayed to a user. |
| id | Gets the unique identifier of the ABAC attribute value. This identifier is used when applying or updating the label's ABAC attribute selections. |
| is |
Gets whether this 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.
Gets the display name of the ABAC attribute value. Add-ins are responsible for presenting localized user-facing UI.
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.
Gets the recommended ordering of this ABAC value within its attribute when displayed to a user.
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.
Gets the unique identifier of the ABAC attribute value. This identifier is used when applying or updating the label's ABAC attribute selections.
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.
Gets whether this ABAC attribute value is active. true if the value is active; otherwise, false.
isActive?: boolean;
Property Value
boolean