Get Standard Assignment Result
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)
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
Description of the standardAssignment
Link copied to clipboard
Display name of the standardAssignment
Link copied to clipboard
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
The standard assignment metadata.