Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.84 KB

TrusthubV1TrustProduct.md

File metadata and controls

22 lines (17 loc) · 1.84 KB

TrusthubV1TrustProduct

Properties

Name Type Description Notes
Sid Pointer to string The unique string that we created to identify the Customer-Profile resource.
AccountSid Pointer to string The SID of the Account that created the Customer-Profile resource.
PolicySid Pointer to string The unique string of a policy that is associated to the Customer-Profile resource.
FriendlyName Pointer to string The string that you assigned to describe the resource.
Status Pointer to string
ValidUntil Pointer to time.Time The date and time in GMT in ISO 8601 format when the resource will be valid until.
Email Pointer to string The email address that will receive updates when the Customer-Profile resource changes status.
StatusCallback Pointer to string The URL we call to inform your application of status changes.
DateCreated Pointer to time.Time The date and time in GMT when the resource was created specified in ISO 8601 format.
DateUpdated Pointer to time.Time The date and time in GMT when the resource was last updated specified in ISO 8601 format.
Url Pointer to string The absolute URL of the Customer-Profile resource.
Links Pointer to map[string]interface{} The URLs of the Assigned Items of the Customer-Profile resource.

[Back to Model list] [Back to API list] [Back to README]