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

    Interface EventStreamCloudEventGroupRoleDeletedObject

    The event content.

    interface EventStreamCloudEventGroupRoleDeletedObject {
        group: EventStreamCloudEventGroupRoleDeletedObjectGroup;
        role: EventStreamCloudEventGroupRoleDeletedObjectRole;
        deleted_at: string;
    }
    Index

    Properties

    Properties

    deleted_at: string

    The time at which the role was removed from the group.