GetStandardResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val category: String? = null

category of the standard provided

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
val description: String? = null

description of the standard

Link copied to clipboard
val displayName: String? = null

display name of the standard, equivalent to the standardId

Link copied to clipboard
val etag: String? = null

Entity tag is used for comparing two or more entities from the same requested resource.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard
val kind: String? = null

Kind of the resource

Link copied to clipboard
val location: String? = null

Location where the resource is stored

Link copied to clipboard

Resource name

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.

Link copied to clipboard
val tags: Map<String, String>? = null

A list of key value pairs that describe the resource.

Link copied to clipboard

Resource type