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

    Interface EventStreamCloudEventOrgGroupRoleAssignedObjectGroup1

    Reference to an organization group

    interface EventStreamCloudEventOrgGroupRoleAssignedObjectGroup1 {
        id: string;
        external_id?: string;
        type: "organization";
        organization_id: string;
    }
    Index

    Properties

    id: string

    The unique identifier for the group.

    external_id?: string

    The external identifier for the group.

    type: "organization"
    organization_id: string

    The organization ID associated with the group.