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

SecretAttributes interface

机密管理属性。

扩展

继承属性

created

创建时间(以秒为单位)自 1970-01-01T00:00:00Z。 注意:此属性不会序列化。 它只能由服务器填充。

enabled

确定是否启用对象。

expires

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

notBefore

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

updated

自 1970-01-01T00:00:00Z 以来的上次更新时间(以秒为单位)。 注意:此属性不会序列化。 它只能由服务器填充。

继承属性详细信息

created

创建时间(以秒为单位)自 1970-01-01T00:00:00Z。 注意:此属性不会序列化。 它只能由服务器填充。

created?: Date

属性值

Date

继承自Attributes.created

enabled

确定是否启用对象。

enabled?: boolean

属性值

boolean

继承自Attributes.enabled

expires

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

expires?: Date

属性值

Date

继承自Attributes.expires

notBefore

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

notBefore?: Date

属性值

Date

继承自Attributes.notBefore

updated

自 1970-01-01T00:00:00Z 以来的上次更新时间(以秒为单位)。 注意:此属性不会序列化。 它只能由服务器填充。

updated?: Date

属性值

Date

继承自Attributes.updated