Get Standard Result
data class GetStandardResult(val category: String? = null, val components: List<StandardComponentPropertiesResponse>? = null, val description: String? = null, val displayName: String? = null, val etag: String? = null, val id: String, val kind: String? = null, val location: String? = null, val name: String, val standardType: String, val supportedClouds: List<String>? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Security Standard on a resource
Constructors
Link copied to clipboard
fun GetStandardResult(category: String? = null, components: List<StandardComponentPropertiesResponse>? = null, description: String? = null, displayName: String? = null, etag: String? = null, id: String, kind: String? = null, location: String? = null, name: String, standardType: String, supportedClouds: List<String>? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)