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

    Interface EventStreamCloudEventGroupRoleAssignedObject

    The event content.

    interface EventStreamCloudEventGroupRoleAssignedObject {
        group: EventStreamCloudEventGroupRoleAssignedObjectGroup;
        role: EventStreamCloudEventGroupRoleAssignedObjectRole;
        created_at: string;
    }
    Index

    Properties

    Properties

    created_at: string

    The time at which the role was assigned to the group.