Get Secret Result
data class GetSecretResult(val id: String, val location: String, val name: String, val properties: SecretResourcePropertiesResponse, val tags: Map<String, String>? = null, val type: String)
This type describes a secret resource.
Constructors
Link copied to clipboard
fun GetSecretResult(id: String, location: String, name: String, properties: SecretResourcePropertiesResponse, tags: Map<String, String>? = null, type: String)