PlatformRoleGetAllOptions
PlatformRoleGetAllOptions =
PaginationOptions& {contains?:string;roleType?:PlatformRoleType;scopeType?:string;serviceName?:string;tenantId?:string; }
Options for roles.getAll().
Type Declaration¶
contains?¶
optionalcontains:string
Returns only roles whose name contains the text.
roleType?¶
optionalroleType:PlatformRoleType
Returns only built-in or only custom roles.
scopeType?¶
optionalscopeType:string
Returns only roles applying at this scope level (e.g. ORGANIZATION, TENANT).
serviceName?¶
optionalserviceName:string
Returns only roles owned by this service.
tenantId?¶
optionaltenantId:string
Returns only roles of this tenant.