Back to Node Auth0

Interface UserEffectiveRole

docs/interfaces/management.Management.UserEffectiveRole.html

5.11.01.1 KB
Original Source

Interface UserEffectiveRole

interface UserEffectiveRole {
id: string;
name: string;
description: string;
sources: Management.UserEffectiveRoleSource[];
}

Index

Properties

idnamedescriptionsources

Properties

id

id: string

Role ID

name

name: string

Role name

description

description: string

Role description

sources

sources: Management.UserEffectiveRoleSource[]

Sources of the role assignment (direct or through group membership)

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnamedescriptionsources