Edit

PowerPoint.SensitivityLabelUpdateResult enum

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 the result of updating the sensitivity label on the presentation.

Remarks

API set: PowerPointApi BETA (PREVIEW ONLY)

Used by

Fields

crossTenant = "CrossTenant"

The label update failed because the document doesn't belong to the same tenant as the user.

documentReadOnly = "DocumentReadOnly"

The presentation is read-only and cannot be modified.

insufficientPermission = "InsufficientPermission"

The user does not have sufficient permissions to update the label.

labelingDisabled = "LabelingDisabled"

The label update failed because native labeling is not enabled for the user or installed SKU.

labelNotFound = "LabelNotFound"

The specified sensitivity label could not be found.

parentLabelNotSupported = "ParentLabelNotSupported"

The label update failed because the specified label is a parent label, which cannot be applied.

success = "Success"

The sensitivity label was successfully updated.

unspecifiedFailure = "UnspecifiedFailure"

The update failed due to an unspecified error.

unsupportedDoubleKeyEncryption = "UnsupportedDoubleKeyEncryption"

The label update failed due to unsupported Double Key Encryption (DKE).

unsupportedUdp = "UnsupportedUdp"

The label update failed due to unsupported User Defined Permissions (UDP).

userNotFound = "UserNotFound"

The label update failed because the user's identity is not valid for applying a label.