SecretProperties Class
The JSON object that contains the properties of the Secret to create.
Constructor
SecretProperties()
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
Provisioning status. Known values are: "Succeeded", "Failed", "Updating", "Deleting", and "Creating". |
|
deployment_status
|
Known values are: "NotStarted", "InProgress", "Succeeded", and "Failed". |
|
profile_name
|
The name of the profile which holds the secret. |
|
parameters
|
<xref:<xref:"SecretParameters">>
object which contains secret parameters. |
Attributes
parameters
object which contains secret parameters.
parameters: SecretParameters
profileName
The name of the profile which holds the secret.
profileName: str
deploymentStatus
deploymentStatus: str | DeploymentStatus
provisioningState
provisioningState: str | AfdProvisioningState