GetAssignmentPlainArgs

data class GetAssignmentPlainArgs(val assignmentId: String, val resourceGroupName: String) : ConvertibleToJava<GetAssignmentPlainArgs>

Constructors

Link copied to clipboard
constructor(assignmentId: String, resourceGroupName: String)

Properties

Link copied to clipboard

The security assignment key - unique key for the standard assignment

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetAssignmentPlainArgs