Get Standard Result
data class GetStandardResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
List of component objects containing component unique keys (such as assessment keys) to apply to standard scope. Currently only supports assessment keys.
Link copied to clipboard
description of the standard
Link copied to clipboard
display name of the standard, equivalent to the standardId
Link copied to clipboard
standard type (Custom or BuiltIn only currently)
Link copied to clipboard
List of all standard supported clouds.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.