GetStandardAssignmentResult

data class GetStandardAssignmentResult(val assignedStandard: AssignedStandardItemResponse? = null, val attestationData: StandardAssignmentPropertiesResponseAttestationData? = null, val azureApiVersion: String, val description: String? = null, val displayName: String? = null, val effect: String? = null, val excludedScopes: List<String>? = null, val exemptionData: StandardAssignmentPropertiesResponseExemptionData? = null, val expiresOn: String? = null, val id: String, val metadata: StandardAssignmentMetadataResponse? = null, val name: String, val type: String)

Security Assignment on a resource group over a given scope

Constructors

Link copied to clipboard
constructor(assignedStandard: AssignedStandardItemResponse? = null, attestationData: StandardAssignmentPropertiesResponseAttestationData? = null, azureApiVersion: String, description: String? = null, displayName: String? = null, effect: String? = null, excludedScopes: List<String>? = null, exemptionData: StandardAssignmentPropertiesResponseExemptionData? = null, expiresOn: String? = null, id: String, metadata: StandardAssignmentMetadataResponse? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Standard item with key as applied to this standard assignment over the given scope

Link copied to clipboard

Additional data about assignment that has Attest effect

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val description: String? = null

Description of the standardAssignment

Link copied to clipboard
val displayName: String? = null

Display name of the standardAssignment

Link copied to clipboard
val effect: String? = null

Expected effect of this assignment (Audit/Exempt/Attest)

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

Excluded scopes, filter out the descendants of the scope (on management scopes)

Link copied to clipboard

Additional data about assignment that has Exempt effect

Link copied to clipboard
val expiresOn: String? = null

Expiration date of this assignment as a full ISO date

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The standard assignment metadata.

Link copied to clipboard

Resource name

Link copied to clipboard

Resource type