Get Security Standard Result
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)
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
List of all standard supported clouds.
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
The security standard metadata.
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)