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

    Interface EventStreamCloudEventOrgMemberRoleDeletedObjectRole

    The role assigned to the user in the organization.

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

    Properties

    Properties

    id: string

    The ID of the role.

    name: string

    The name of the role.