Custom Schema Attributes
The Google Workspace connector supports aggregation of custom schema attributes by adding the schema attributes in the following format:
customSchemas.SCHEMANAME.FIELDNAME
For example, if the custom schemas are as follows:
customSchemas = {SSO {"ADID":"101", "SAPID":"102"}, Address {"Postal_Code":"411018"}}
To display the attributes of the above custom schemas, you must add the following attributes in account schema:
customSchemas.SSO.ADID
customSchemas.SSO.SAPID
customSchemas.Address.Postal_Code
Note
A schema cannot contain another schema within a managed system as follows:
customSchemas= {SSO{Address{"Postal_Code":"411018"}}}
The name of the custom schema attribute must be the same as defined in the account schema.
To add a custom schema attribute to the provisioning policy, it must also be present in the account schema.
For more information on adding an attribute to schema, refer to Adding Attributes to a Source Schema.
For the Custom Schema attributes the Google Workspace source supports single valued and multi-valued attribute only. Provisioning of multilevel custom schema attributes is not supported.