Back to Node Auth0

Interface Role

docs/interfaces/management.Management.Role.html

5.9.1672 B
Original Source

Interface Role

interface Role {
id?: string;
name?: string;
description?: string;
}

Index

Properties

id?name?description?

Properties

Optionalid

id?: string

ID for this role.

Optionalname

name?: string

Name of this role.

Optionaldescription

description?: string

Description of this role.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnamedescription