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

KeyRotationPolicyAttributes Class

KeyRotationPolicyAttributes.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.keyvault._serialization.Model
KeyRotationPolicyAttributes

Constructor

KeyRotationPolicyAttributes(*, expiry_time: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
expiry_time
str

The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'.

Variables

Name Description
created
int

Creation time in seconds since 1970-01-01T00:00:00Z.

updated
int

Last updated time in seconds since 1970-01-01T00:00:00Z.

expiry_time
str

The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'.