GetRoleAssignmentsPlainArgs

data class GetRoleAssignmentsPlainArgs(val limitAtScope: Boolean? = null, val principalId: String? = null, val scope: String, val tenantId: String? = null) : ConvertibleToJava<GetRoleAssignmentsPlainArgs>

A collection of arguments for invoking getRoleAssignments.

Constructors

Link copied to clipboard
constructor(limitAtScope: Boolean? = null, principalId: String? = null, scope: String, tenantId: String? = null)

Properties

Link copied to clipboard
val limitAtScope: Boolean? = null

Whether to limit the result exactly at the specified scope and not above or below it. Defaults to false.

Link copied to clipboard
val principalId: String? = null

The principal ID to filter the list of Role Assignments against.

Link copied to clipboard

The scope at which to list Role Assignments.

Link copied to clipboard
val tenantId: String? = null

The tenant ID for cross-tenant requests.

Functions

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