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

SecretBaseAttributes 类

定义

由 KeyVault 服务管理的对象属性。

public class SecretBaseAttributes
type SecretBaseAttributes = class
Public Class SecretBaseAttributes
继承
SecretBaseAttributes
派生

构造函数

SecretBaseAttributes()

初始化 SecretBaseAttributes 的新实例。

属性

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 以来的上次更新时间(以秒为单位)。

适用于