Get Assignment Result
data class GetAssignmentResult(val additionalData: AssignmentPropertiesResponseAdditionalData? = null, val assignedComponent: AssignedComponentItemResponse? = null, val assignedStandard: AssignedStandardItemResponse? = null, val azureApiVersion: String, val description: String? = null, val displayName: String? = null, val effect: String? = null, val etag: String? = null, val expiresOn: String? = null, val id: String, val kind: String? = null, val location: String? = null, val metadata: Any? = null, val name: String, val scope: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Security Assignment on a resource group over a given scope
Constructors
Link copied to clipboard
constructor(additionalData: AssignmentPropertiesResponseAdditionalData? = null, assignedComponent: AssignedComponentItemResponse? = null, assignedStandard: AssignedStandardItemResponse? = null, azureApiVersion: String, description: String? = null, displayName: String? = null, effect: String? = null, etag: String? = null, expiresOn: String? = null, id: String, kind: String? = null, location: String? = null, metadata: Any? = null, name: String, scope: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Additional data about the assignment
Link copied to clipboard
Component item with key as applied to this standard assignment over the given scope
Link copied to clipboard
Standard item with key as applied to this standard assignment over the given scope
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
Azure Resource Manager metadata containing createdBy and modifiedBy information.