SecretProperties Class
Properties of the secret.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelSecretProperties
Constructor
SecretProperties(*, value: str | None = None, content_type: str | None = None, attributes: _models.SecretAttributes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets. |
content_type
|
The content type of the secret. |
attributes
|
The attributes of the secret. |
Variables
Name | Description |
---|---|
value
|
The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets. |
content_type
|
The content type of the secret. |
attributes
|
The attributes of the secret. |
secret_uri
|
The URI to retrieve the current version of the secret. |
secret_uri_with_version
|
The URI to retrieve the specific version of the secret. |
Azure SDK for Python