getAssignment

Get a specific standard assignment for the requested scope by resourceId Uses Azure REST API version 2021-08-01-preview.

Return

Security Assignment on a resource group over a given scope

Parameters

argument

null


suspend fun getAssignment(assignmentId: String, resourceGroupName: String): GetAssignmentResult

Return

Security Assignment on a resource group over a given scope

Parameters

assignmentId

The security assignment key - unique key for the standard assignment

resourceGroupName

The name of the resource group within the user's subscription. The name is case insensitive.

See also


Return

Security Assignment on a resource group over a given scope

Parameters

argument

Builder for com.pulumi.azurenative.security.kotlin.inputs.GetAssignmentPlainArgs.

See also