Share via


SecretProperties Class

Properties of the secret.

Constructor

SecretProperties(*args: Any, **kwargs: Any)

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.

Attributes

attributes

The attributes of the secret.

attributes: _models.SecretAttributes | None

content_type

The content type of the secret.

content_type: str | None

secret_uri

The URI to retrieve the current version of the secret.

secret_uri: str | None

secret_uri_with_version

The URI to retrieve the specific version of the secret.

secret_uri_with_version: str | None

value

'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.

value: str | None