ManagedHsmTrigger Class
ManagedHsmTrigger.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelManagedHsmTrigger
Constructor
ManagedHsmTrigger(*, time_after_create: str | None = None, time_before_expiry: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
time_after_create
|
The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. |
time_before_expiry
|
The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. |
Variables
Name | Description |
---|---|
time_after_create
|
The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. |
time_before_expiry
|
The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python