Auth0 Node.js SDK - v5.12.0
    Preparing search index...

    Interface UserEffectiveRole

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

    Properties

    id: string

    Role ID

    name: string

    Role name

    description: string

    Role description

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