{ "$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." } } }