SecretPropertiesResponse

data class SecretPropertiesResponse(val attributes: SecretAttributesResponse? = null, val contentType: String? = null, val secretUri: String, val secretUriWithVersion: String, val value: String? = null)

Properties of the secret

Constructors

Link copied to clipboard
constructor(attributes: SecretAttributesResponse? = null, contentType: String? = null, secretUri: String, secretUriWithVersion: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attributes of the secret.

Link copied to clipboard
val contentType: String? = null

The content type of the secret.

Link copied to clipboard

The URI to retrieve the current version of the secret.

Link copied to clipboard

The URI to retrieve the specific version of the secret.

Link copied to clipboard
val value: String? = null

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.