Supported data types for Google Workspace custom attributes
Use these data types when you configure your Google Workspace application profile.
Google Workspace data type | No. of values | Verify data type | Considerations |
---|---|---|---|
Type | Single value | String | The maximum number of characters that are allowed in a string filed for a single-valued custom field is 500. |
Multi-valued | Multivalue string | For multi-valued custom fields, the number of elements that are allowed depends on the size of the assigned values. For example, you can add 150 values of 100 characters each or 50 values of 500 characters each. | |
Whole Number | Single value | Number/string | A string value or a number like "1234" can be passed. If it contains characters , the endpoint throws an Invalid Input error. |
Multi-valued | Multivalue string | ||
Yes or No | Single value | Boolean/string | If any value, other than true or false is passed as string, the target sets the value to false. |
Multi-valued | Multivalue string | ||
Date | Single value | String | A string value is passed in ISO 8601 format like yyyy-mm-dd , yyyy or yyyy-mm format. If it is in any other format, the endpoint throws an Invalid Input error. |
Multi-valued | Multivalue string | ||
Decimal Number | Single value | String | A string value or number like 123.99 is passed. If it contains characters in the string, the target throws an Invalid Input error. |
Multi-valued | Multivalue string | ||
Phone | Single value | String | The number is passed in string format, if the target sets it in string format. |
Multi-valued | Multivalue string | ||
Single value | String | Passed in email format. If in a different format, the target throws an Invalid Input error. | |
Multi-valued | Multivalue string |