KeyRotationPolicyAttributes Class
KeyRotationPolicyAttributes.
Variables are only populated by the server, and will be ignored when sending a request.
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'. Default value: None
|