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