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

    Interface UserEffectivePermissionRoleSourceResponseContent

    interface UserEffectivePermissionRoleSourceResponseContent {
        id?: string;
        name?: string;
        description?: string;
        sources?: Management.UserEffectivePermissionRoleSourceEnum[];
    }
    Index

    Properties

    id?: string

    ID for this role.

    name?: string

    Name of this role.

    description?: string

    Description of this role.

    List of sources where this role is coming from.