GetRoleAssignmentPlainArgs

data class GetRoleAssignmentPlainArgs(val roleAssignmentName: String, val scope: String, val tenantId: String? = null) : ConvertibleToJava<GetRoleAssignmentPlainArgs>

Constructors

Link copied to clipboard
constructor(roleAssignmentName: String, scope: String, tenantId: String? = null)

Properties

Link copied to clipboard

The name of the role assignment. It can be any valid GUID.

Link copied to clipboard

The scope of the operation or resource. Valid scopes are: subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}'

Link copied to clipboard
val tenantId: String? = null

Tenant ID for cross-tenant request

Functions

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