GetSecurityStandardResult

data class GetSecurityStandardResult(val assessments: List<PartialAssessmentPropertiesResponse>? = null, val azureApiVersion: String, val cloudProviders: List<String>? = null, val description: String? = null, val displayName: String? = null, val id: String, val metadata: StandardMetadataResponse? = null, val name: String, val policySetDefinitionId: String? = null, val standardType: String, val type: String)

Security Standard on a resource

Constructors

Link copied to clipboard
constructor(assessments: List<PartialAssessmentPropertiesResponse>? = null, azureApiVersion: String, cloudProviders: List<String>? = null, description: String? = null, displayName: String? = null, id: String, metadata: StandardMetadataResponse? = null, name: String, policySetDefinitionId: String? = null, standardType: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of assessment keys to apply to standard scope.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val cloudProviders: List<String>? = null

List of all standard supported clouds.

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 id: String

Resource Id

Link copied to clipboard

The security standard metadata.

Link copied to clipboard

Resource name

Link copied to clipboard

The policy set definition id associated with the standard.

Link copied to clipboard

Standard type (Custom or Default or Compliance only currently)

Link copied to clipboard

Resource type