Action Class
Action.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelAction
Constructor
Action(*, type: str | _models.KeyRotationPolicyActionType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
The type of the action. The value should be compared case-insensitively. Known values are: "Rotate" and "Notify". |
Variables
Name | Description |
---|---|
type
|
The type of the action. The value should be compared case-insensitively. Known values are: "Rotate" and "Notify". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python