CustomerCertificate Class
Customer Certificate used for https.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.cdn.models._models_py3.CertificateCustomerCertificate
Constructor
CustomerCertificate(*, type: Optional[Union[str, azure.mgmt.cdn.models._cdn_management_client_enums.SecretType]] = None, secret_source: Optional[azure.mgmt.cdn.models._models_py3.ResourceReference] = None, secret_version: Optional[str] = None, use_latest_version: Optional[bool] = None, subject_alternative_names: Optional[List[str]] = None, **kwargs)
Variables
- type
- str or SecretType
The type of the secret resource. Possible values include: "UrlSigningKey", "CustomerCertificate", "ManagedCertificate", "AzureFirstPartyManagedCertificate".
- subject
- str
Subject name in the certificate.
- expiration_date
- str
Certificate expiration date.
- secret_source
- ResourceReference
Resource reference to the Azure Key Vault certificate. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{certificateName}.
- secret_version
- str
Certificate version.
- certificate_authority
- str
Certificate issuing authority.
- use_latest_version
- bool
Whether to use the latest version for the certificate.
- thumbprint
- str
Certificate thumbprint.
Feedback
Submit and view feedback for