GetRoleAssignmentPlainArgs

data class GetRoleAssignmentPlainArgs(val assignmentName: String, val hubName: String, val resourceGroupName: String) : ConvertibleToJava<GetRoleAssignmentPlainArgs>

Constructors

Link copied to clipboard
constructor(assignmentName: String, hubName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the role assignment.

Link copied to clipboard

The name of the hub.

Link copied to clipboard

The name of the resource group.

Functions

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