GetAssignmentResult

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)

Types

Link copied to clipboard
object Companion

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
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 (Disable/Exempt/etc)

Link copied to clipboard
val etag: String? = null

Entity tag is used for comparing two or more entities from the same requested resource.

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
val kind: String? = null

Kind of the resource

Link copied to clipboard
val location: String? = null

Location where the resource is stored

Link copied to clipboard
val metadata: Any? = null

The assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs.

Link copied to clipboard

Resource name

Link copied to clipboard
val scope: String? = null

Scope to which the standardAssignment applies - can be a subscription path or a resource group under that subscription

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

A list of key value pairs that describe the resource.

Link copied to clipboard

Resource type