PlatformRoleAssignmentGetAllOptions
PlatformRoleAssignmentGetAllOptions =
PaginationOptions& {noInheritance?:boolean;roleIds?:string[];securityPrincipalId?:string;serviceName?:string; }
Options for roles.getAssignments().
Type Declaration¶
noInheritance?¶
optionalnoInheritance:boolean
Excludes assignments inherited from wider scopes.
roleIds?¶
optionalroleIds:string[]
Returns only assignments of these roles.
securityPrincipalId?¶
optionalsecurityPrincipalId:string
Returns only assignments of this principal.
serviceName?¶
optionalserviceName:string
Returns only assignments for roles owned by this service.