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

SecretAttributes 类

机密管理属性。

变量仅由服务器填充,在发送请求时将被忽略。

继承
azure.mgmt.keyvault.v2022_07_01.models._models_py3.Attributes
SecretAttributes

构造函数

SecretAttributes(*, enabled: bool | None = None, not_before: datetime | None = None, expires: datetime | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
enabled

确定是否启用对象。

not_before

自 1970-01-01T00:00:00Z 以来,不早于日期(以秒为单位)。

expires

自 1970-01-01T00:00:00Z 以来的到期日期(以秒为单位)。

变量

名称 说明
enabled

确定是否启用对象。

not_before

自 1970-01-01T00:00:00Z 以来,不早于日期(以秒为单位)。

expires

自 1970-01-01T00:00:00Z 以来的到期日期(以秒为单位)。

created

创建时间(以秒为单位)自 1970-01-01T00:00:00Z。

updated

自 1970-01-01T00:00:00Z 以来的上次更新时间(以秒为单位)。