SecretProperties Class

The JSON object that contains the properties of the Secret to create.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.cdn.models._models_py3.AFDStateProperties
SecretProperties

Constructor

SecretProperties(*, parameters: Optional[azure.mgmt.cdn.models._models_py3.SecretParameters] = None, **kwargs)

Variables

provisioning_state
str or AfdProvisioningState

Provisioning status. Possible values include: "Succeeded", "Failed", "Updating", "Deleting", "Creating".

deployment_status
str or DeploymentStatus

Possible values include: "NotStarted", "InProgress", "Succeeded", "Failed".

profile_name
str

The name of the profile which holds the secret.

parameters
SecretParameters

object which contains secret parameters.