Get Secret Value Result
data class GetSecretValueResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val value: String? = null)
This type describes a value of a secret resource. The name of this resource is the version identifier corresponding to this secret value.