Managing Custom Schema Attributes

The connector supports the management of custom schema attributes defined in Google Workspace.

For example, if the custom schema in Google Workspace is as follows:

customSchemas = {SSO {"ADID":"101", "SAPID":"102"}, Address {"Postal_Code":"411018"}}

Then you can add the following attributes into the account schema:

customSchemas.SSO.ADID

customSchemas.SSO.SAPID

customSchemas.Address.Postal_Code

To support custom attribute provisioning:

  1. Add the custom attribute names to the provisioning policy as described below:

    customSchemas.<SCHEMANAME>.<FIELDNAME>

Note
The connector does not support managing multi-level custom attributes defined in Google Workspace. Multi-level custom attributes are used if you have a schema defined inside a custom schema.