你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Attributes interface
由 KeyVault 服务管理的对象属性。
属性
created | 创建时间(以秒为单位)自 1970-01-01T00:00:00Z。 注意:此属性不会被序列化。 它只能由服务器填充。 |
enabled | 确定是否启用对象。 |
expires | 自 1970-01-01T00:00:00Z 以来的到期日期(以秒为单位)。 |
not |
自 1970-01-01T00:00:00Z 以来,不早于日期(以秒为单位)。 |
updated | 自 1970-01-01T00:00:00Z 以来的上次更新时间(以秒为单位)。 注意:此属性不会被序列化。 它只能由服务器填充。 |
属性详细信息
created
创建时间(以秒为单位)自 1970-01-01T00:00:00Z。 注意:此属性不会被序列化。 它只能由服务器填充。
created?: Date
属性值
Date
enabled
确定是否启用对象。
enabled?: boolean
属性值
boolean
expires
自 1970-01-01T00:00:00Z 以来的到期日期(以秒为单位)。
expires?: Date
属性值
Date
notBefore
自 1970-01-01T00:00:00Z 以来,不早于日期(以秒为单位)。
notBefore?: Date
属性值
Date
updated
自 1970-01-01T00:00:00Z 以来的上次更新时间(以秒为单位)。 注意:此属性不会被序列化。 它只能由服务器填充。
updated?: Date
属性值
Date