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

    Interface OrganizationMemberEffectiveRole

    interface OrganizationMemberEffectiveRole {
        id: string;
        name: string;
        description: string;
        sources: Management.OrganizationMemberEffectiveRoleSource[];
    }
    Index

    Properties

    id: string

    Role ID

    name: string

    Role name

    description: string

    Role description

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