Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
CreateRoleRequestContent
Interface CreateRoleRequestContent
Example
{
*
name
:
"name"
* }
Copy
interface
CreateRoleRequestContent
{
name
:
string
;
description
?:
string
;
}
Index
Properties
name
description?
Properties
name
name
:
string
Name of the role.
Optional
description
description
?:
string
Description of the role.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
description
Auth0 Node.js SDK - v5.0.0
Loading...
Example