Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
UpdateRoleRequestContent
Interface UpdateRoleRequestContent
Example
{}
Copy
interface
UpdateRoleRequestContent
{
name
?:
string
;
description
?:
string
;
}
Index
Properties
name?
description?
Properties
Optional
name
name
?:
string
Name of this role.
Optional
description
description
?:
string
Description of this 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