Skip to content

PlatformRoleAssignmentGetAllOptions

PlatformRoleAssignmentGetAllOptions = PaginationOptions & { noInheritance?: boolean; roleIds?: string[]; securityPrincipalId?: string; serviceName?: string; }

Options for roles.getAssignments().

Type Declaration

noInheritance?

optional noInheritance: boolean

Excludes assignments inherited from wider scopes.

roleIds?

optional roleIds: string[]

Returns only assignments of these roles.

securityPrincipalId?

optional securityPrincipalId: string

Returns only assignments of this principal.

serviceName?

optional serviceName: string

Returns only assignments for roles owned by this service.