Auth0 Node.js SDK - v5.12.0
Preparing search index...
management
Management
AssignRoleGroupsRequestContent
Interface AssignRoleGroupsRequestContent
Example
{
*
groups
: [
"groups"
]
* }
Copy
interface
AssignRoleGroupsRequestContent
{
groups
:
string
[]
;
}
Index
Properties
groups
Properties
groups
groups
:
string
[]
Array of group IDs to assign to the role.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
groups
Auth0 Node.js SDK - v5.12.0
Loading...
Example