Auth0 · Schema

SelfServiceProfileSsoTicketGoogleWorkspaceConfig

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

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
sync_users boolean Whether to enable Google Workspace Directory Sync for users during the self-service flow.
View JSON Schema on GitHub

JSON Schema

auth0-selfserviceprofilessoticketgoogleworkspaceconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelfServiceProfileSsoTicketGoogleWorkspaceConfig",
  "title": "SelfServiceProfileSsoTicketGoogleWorkspaceConfig",
  "type": "object",
  "description": "Configuration for Google Workspace Directory Sync during the self-service flow.",
  "additionalProperties": false,
  "required": [
    "sync_users"
  ],
  "x-release-lifecycle": "GA",
  "properties": {
    "sync_users": {
      "type": "boolean",
      "description": "Whether to enable Google Workspace Directory Sync for users during the self-service flow."
    }
  }
}