Get Vault Result
data class GetVaultResult(val azureApiVersion: String, val id: String, val location: String? = null, val name: String, val properties: VaultPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Resource information with extended details.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String? = null, name: String, properties: VaultPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)