Back to Node Auth0

Interface CreateRoleRequestContent

docs/interfaces/management.Management.CreateRoleRequestContent.html

5.9.1674 B
Original Source

Interface CreateRoleRequestContent

Example

{ * name: "name" * }Copy

interface CreateRoleRequestContent {
name: string;
description?: string;
}

Index

Properties

namedescription?

Properties

name

name: string

Name of the role.

Optionaldescription

description?: string

Description of the role.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namedescription