AppServiceCertificateResource Class
Key Vault container ARM resource for a certificate that is purchased through Azure.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.web.v2018_02_01.models._models_py3.ResourceAppServiceCertificateResource
Constructor
AppServiceCertificateResource(*, location: str, kind: Optional[str] = None, tags: Optional[Dict[str, str]] = None, key_vault_id: Optional[str] = None, key_vault_secret_name: Optional[str] = None, **kwargs)
Parameters
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
- provisioning_state
- str or KeyVaultSecretStatus
Status of the Key Vault secret. Possible values include: "Initialized", "WaitingOnCertificateOrder", "Succeeded", "CertificateOrderFailed", "OperationNotPermittedOnKeyVault", "AzureServiceUnauthorizedToAccessKeyVault", "KeyVaultDoesNotExist", "KeyVaultSecretDoesNotExist", "UnknownError", "ExternalPrivateKey", "Unknown".
Feedback
Submit and view feedback for