SystemData interface
与密钥保管库资源的创建和上次修改相关的元数据。
属性
| created |
密钥保管库资源创建(UTC)的时间戳。 |
| created |
创建密钥保管库资源的标识。 |
| created |
创建密钥保管库资源的标识类型。 |
| last |
Key Vault 资源上次修改的时间戳(UTC)。 |
| last |
上次修改密钥保管库资源的标识。 |
| last |
上次修改密钥保管库资源的标识类型。 |
属性详细信息
createdAt
密钥保管库资源创建(UTC)的时间戳。
createdAt?: Date
属性值
Date
createdBy
创建密钥保管库资源的标识。
createdBy?: string
属性值
string
createdByType
创建密钥保管库资源的标识类型。
createdByType?: string
属性值
string
lastModifiedAt
Key Vault 资源上次修改的时间戳(UTC)。
lastModifiedAt?: Date
属性值
Date
lastModifiedBy
上次修改密钥保管库资源的标识。
lastModifiedBy?: string
属性值
string
lastModifiedByType
上次修改密钥保管库资源的标识类型。
lastModifiedByType?: string
属性值
string