Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.44 KB

ConversationsV1ServiceRole.md

File metadata and controls

19 lines (14 loc) · 1.44 KB

ConversationsV1ServiceRole

Properties

Name Type Description Notes
Sid Pointer to string The unique string that we created to identify the Role resource.
AccountSid Pointer to string The SID of the Account that created the Role resource.
ChatServiceSid Pointer to string The SID of the Conversation Service the Role resource is associated with.
FriendlyName Pointer to string The string that you assigned to describe the resource.
Type Pointer to string
Permissions Pointer to []string An array of the permissions the role has been granted.
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 An absolute API resource URL for this user role.

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