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.Model
SecretProperties

Constructor

SecretProperties(*, value: str | None = None, content_type: str | None = None, attributes: _models.SecretAttributes | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value
str

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
str

The content type of the secret.

attributes

The attributes of the secret.

Variables

Name Description
value
str

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
str

The content type of the secret.

attributes

The attributes of the secret.

secret_uri
str

The URI to retrieve the current version of the secret.

secret_uri_with_version
str

The URI to retrieve the specific version of the secret.