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.