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

SystemData 类

与密钥保管库资源的创建和上次修改相关的元数据。

继承
azure.mgmt.keyvault._serialization.Model
SystemData

构造函数

SystemData(*, created_by: str | None = None, created_by_type: str | _models.IdentityType | None = None, created_at: datetime | None = None, last_modified_by: str | None = None, last_modified_by_type: str | _models.IdentityType | None = None, last_modified_at: datetime | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
created_by
str

创建密钥保管库资源的标识。

created_by_type

创建密钥保管库资源的标识类型。 已知值为:“User”、“Application”、“ManagedIdentity”和“Key”。

created_at

密钥保管库资源的创建时间戳 (UTC) 。

last_modified_by
str

上次修改密钥保管库资源的标识。

last_modified_by_type

上次修改密钥保管库资源的标识类型。 已知值为:“User”、“Application”、“ManagedIdentity”和“Key”。

last_modified_at

密钥保管库资源上次修改的时间戳 (UTC) 。

变量

名称 说明
created_by
str

创建密钥保管库资源的标识。

created_by_type

创建密钥保管库资源的标识类型。 已知值为:“User”、“Application”、“ManagedIdentity”和“Key”。

created_at

密钥保管库资源的创建时间戳 (UTC) 。

last_modified_by
str

上次修改密钥保管库资源的标识。

last_modified_by_type

上次修改密钥保管库资源的标识类型。 已知值为:“User”、“Application”、“ManagedIdentity”和“Key”。

last_modified_at

密钥保管库资源上次修改的时间戳 (UTC) 。