PowerPoint.SensitivityLabelUpdateResult enum

注意

此 API 以预览状态提供给开发者,可能根据我们收到的反馈更改。 请勿在生产环境中使用此 API。

表示更新演示文稿上的敏感度标签的结果。

注解

API 集:PowerPointApi BETA (仅预览版)

使用方

字段

crossTenant = "CrossTenant"

标签更新失败,因为文档不属于用户所在的租户。

documentReadOnly = "DocumentReadOnly"

演示文稿是只读的,无法修改。

insufficientPermission = "InsufficientPermission"

用户没有足够的权限来更新标签。

labelingDisabled = "LabelingDisabled"

标签更新失败,因为未为用户或安装的 SKU 启用本机标记。

labelNotFound = "LabelNotFound"

找不到指定的敏感度标签。

parentLabelNotSupported = "ParentLabelNotSupported"

标签更新失败,因为指定的标签是无法应用的父标签。

success = "Success"

已成功更新敏感度标签。

unspecifiedFailure = "UnspecifiedFailure"

由于未指定的错误,更新失败。

unsupportedDoubleKeyEncryption = "UnsupportedDoubleKeyEncryption"

由于不支持双密钥加密 (DKE) ,标签更新失败。

unsupportedUdp = "UnsupportedUdp"

由于不支持用户定义权限 (UDP) ,标签更新失败。

userNotFound = "UserNotFound"

标签更新失败,因为用户的标识对应用标签无效。