PowerPoint.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 attribute-based access control (ABAC) attribute available for selection on an ABAC-enabled sensitivity label.
Properties
| $all | Specifying |
| display |
Gets the display name of the ABAC attribute. Add-ins are responsible for presenting localized user-facing UI. |
| display |
Gets the recommended ordering of this ABAC attribute when displayed to a user. |
| is |
Gets whether this ABAC attribute is active. |
| is |
Gets whether more than one value can be selected for this ABAC attribute. |
| values | Gets the values that are selectable for this 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.
Gets the display name of the ABAC attribute. Add-ins are responsible for presenting localized user-facing UI.
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.
Gets the recommended ordering of this ABAC attribute when displayed to a user.
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.
Gets whether this ABAC attribute is active. true if the attribute is active; otherwise, false.
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.
Gets whether more than one value can be selected for this ABAC attribute. true if multi-select; otherwise, false.
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.
Gets the values that are selectable for this ABAC attribute.
values?: boolean;
Property Value
boolean