你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecretAttributes 类

定义

机密管理属性。

public class SecretAttributes : Microsoft.Azure.KeyVault.Models.Attributes
type SecretAttributes = class
    inherit Attributes
Public Class SecretAttributes
Inherits Attributes
继承
SecretAttributes

构造函数

SecretAttributes()

初始化 SecretAttributes 类的新实例。

SecretAttributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String)

初始化 SecretAttributes 类的新实例。

属性

Created

获取 UTC 格式的创建时间。

(继承自 Attributes)
Enabled

获取或设置确定是否启用 对象。

(继承自 Attributes)
Expires

获取或设置 UTC 的到期日期。

(继承自 Attributes)
NotBefore

获取或设置不早于 UTC 日期。

(继承自 Attributes)
RecoveryLevel

获取反映当前对当前保管库中的机密有效的删除恢复级别。 如果它包含“可清除”,则特权用户可永久删除机密;否则,只有系统可以在保留间隔结束时清除机密。 可能的值包括:“Purgeable”、“Recoverable+Purgeable”、“Recoverable”、“Recoverable+ProtectedSubscription”

Updated

获取 UTC 的上次更新时间。

(继承自 Attributes)

适用于