SecretProperties Class
The JSON object that contains the properties of the Secret to create.
Constructor
SecretProperties(*args: Any, **kwargs: Any)
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
|
object which contains secret parameters. |
Attributes
parameters
object which contains secret parameters.
parameters: _models.SecretParameters | None
profile_name
The name of the profile which holds the secret.
profile_name: str | None