ObjectTypeField
Represents a field in a ProfileObjectType.
Contents
- ContentType
-
The content type of the field. Used for determining equality when searching.
Type: String
Valid Values:
STRING | NUMBER | PHONE_NUMBER | EMAIL_ADDRESS | NAME
Required: No
- Source
-
A field of a ProfileObject. For example: _source.FirstName, where “_source” is a ProfileObjectType of a Zendesk user and “FirstName” is a field in that ObjectType.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Required: No
- Target
-
The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: