Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface EventStreamCloudEventOrgMemberRoleDeletedPreviousObjectRole

    The role assigned to the user in the organization.

    interface EventStreamCloudEventOrgMemberRoleDeletedPreviousObjectRole {
        id: string;
        name: string;
    }
    Index
    id: string

    The ID of the role.

    name: string

    The name of the role.