Edit

PowerPoint.Interfaces.SensitivityLabelAbacAttributeValueData interface

An interface describing the data returned by calling sensitivityLabelAbacAttributeValue.toJSON().

Properties

displayName

Gets the display name of the ABAC attribute value. Add-ins are responsible for presenting localized user-facing UI.

displayOrder

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.

isActive

Gets whether this ABAC attribute value is active. true if the value is active; otherwise, false.

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

API set: PowerPointApi BETA (PREVIEW ONLY)

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

API set: PowerPointApi BETA (PREVIEW ONLY)

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

API set: PowerPointApi BETA (PREVIEW ONLY)

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

Remarks

API set: PowerPointApi BETA (PREVIEW ONLY)