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 server.
Constructor
AppServiceCertificateResource(*, location: str, kind: str | None = None, tags: Dict[str, str] | None = None, key_vault_id: str | None = None, key_vault_secret_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
kind
|
Kind of resource. If the resource is an app, you can refer to https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kind_property.md#app-service-resource-kind-reference for details supported values for kind. Default value: None
|
|
location
|
Resource Location. Required. |
|
tags
|
Resource tags. Default value: None
|
|
key_vault_id
|
Key Vault resource Id. Default value: None
|
|
key_vault_secret_name
|
Key Vault secret name. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource Id. |
|
name
|
Resource Name. |
|
kind
|
Kind of resource. If the resource is an app, you can refer to https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kind_property.md#app-service-resource-kind-reference for details supported values for kind. |
|
location
|
Resource Location. Required. |
|
type
|
Resource type. |
|
tags
|
Resource tags. |
|
key_vault_id
|
Key Vault resource Id. |
|
key_vault_secret_name
|
Key Vault secret name. |
|
provisioning_state
|
Status of the Key Vault secret. Known values are: "Initialized", "WaitingOnCertificateOrder", "Succeeded", "CertificateOrderFailed", "OperationNotPermittedOnKeyVault", "AzureServiceUnauthorizedToAccessKeyVault", "KeyVaultDoesNotExist", "KeyVaultSecretDoesNotExist", "UnknownError", "ExternalPrivateKey", and "Unknown". |