Google Apps Security and Compliance Services Web Services Application Programming Interface Guide, Early Access Version 1.5 User Manual
Page 57
User Sync API
55
•
Status -- The success or failure value representing the status of adding
the alias. This is required.
Type: AddStatus. For more information about the AddStatus
enumerated types, see “Enumerated Types for AddStatus,
ModifyStatus, and DeleteStatus” on page 45.
If the UserAddStatus’s Status element is not successful, the alias is not
added and this element is empty.
•
Message -- The User Sync API may return human readable messages
to help when debugging your application. These messages do not
happen in every case and, since they are subject to change, your
application should not be dependent upon or use these strings.
•
ApprovedSenderAddressStatus -- An unlimited list of structures holding the
status of the specified approved sender addresses.
Type: UserAddStatusApprovedSenderAddressStatus.
UserAddStatusApprovedSenderAddressStatus has a struct element named
‘item’. An ‘item’ is of type
UserAddStatusApprovedSenderAddressStatusItem
In the response, each approved sender address has information in an item
element. An approved sender address item holds these sub-elements:
•
Address -- One of the approved sender addresses requested in the
NewUserRecord ApprovedSenderAddresses field. This is required.
Type: string
•
Status -- The success or failure value representing the status of the
entry addition. This is required.
Type: AddStatus. For more information about the AddStatus
enumerated types, see “Enumerated Types for AddStatus,
ModifyStatus, and DeleteStatus” on page 45.
If the UserAddStatus’s Status element is not successful, the approved
sender address is not added and this element is empty.
Message -- The User Sync API may return human readable messages
to help when debugging your application. These messages do not
happen in every case and, since they are subject to change, your
application should not be dependent upon or use these strings.
•
BlockedSenderAddressStatus -- An unlimited list of structures holding the
status of the specified blocked sender addresses.
Type: UserAddStatusBlockedSenderAddressStatus.
UserAddStatusBlockedSenderAddressStatus has a struct element named
‘item’. An ‘item’ is of type
UserAddStatusBlockedSenderAddressStatusItem.