CustomerCertificateParameters Class
Customer Certificate used for https.
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.cdn.models._models_py3.SecretParametersCustomerCertificateParameters
Constructor
CustomerCertificateParameters(*, secret_source: azure.mgmt.cdn.models._models_py3.ResourceReference, secret_version: Optional[str] = None, use_latest_version: Optional[bool] = None, subject_alternative_names: Optional[List[str]] = None, **kwargs)
Variables
- type
- str or SecretType
Required. The type of the secret resource.Constant filled by server. Possible values include: "UrlSigningKey", "CustomerCertificate", "ManagedCertificate", "AzureFirstPartyManagedCertificate".
- secret_source
- ResourceReference
Required. 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
Version of the secret to be used.
- use_latest_version
- bool
Whether to use the latest version for the certificate.
- subject
- str
Subject name in the certificate.
- expiration_date
- str
Certificate expiration date.
- certificate_authority
- str
Certificate issuing authority.
- thumbprint
- str
Certificate thumbprint.
Feedback
Submit and view feedback for