Secret Properties Response
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)