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

    Interface SelfServiceProfileSsoTicketGoogleWorkspaceConfig

    Configuration for Google Workspace Directory Sync during the self-service flow.

    interface SelfServiceProfileSsoTicketGoogleWorkspaceConfig {
        sync_users: boolean;
        sync_groups?: boolean;
    }
    Index
    sync_users: boolean

    Whether to enable Google Workspace Directory Sync for users during the self-service flow.

    sync_groups?: boolean

    Whether to enable Google Workspace Directory Sync for groups during the self-service flow.