KeyRotationPolicyAttributes Class
KeyRotationPolicyAttributes.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelKeyRotationPolicyAttributes
Constructor
KeyRotationPolicyAttributes(*, expiry_time: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
expiry_time
|
The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. |
Variables
Name | Description |
---|---|
created
|
Creation time in seconds since 1970-01-01T00:00:00Z. |
updated
|
Last updated time in seconds since 1970-01-01T00:00:00Z. |
expiry_time
|
The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python