--- title: SocialAccount --- ## PureCloud::SocialAccount ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **date_created** | **DateTime** | Creation date for the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **date_modified** | **DateTime** | Date the entity was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **enabled** | **BOOLEAN** | Indicates if this Social Account is available for selection by other entities | [optional] [default to false]| | **authorized** | **BOOLEAN** | True when successfully completing the third-party authorization process | [optional] [default to false]| | **social_hub** | **String** | Which third party Social Media Hub this account will be communicating through | [optional] | | **access_token** | **String** | Credential provided through the Social Hub's authorization process | | | **access_token_secret** | **String** | Credential provided through the Social Hub's authorization process | | | **twitter_id** | **String** | The account ID as provided by Twitter during the authorization process | [optional] | | **streaming_enabled** | **BOOLEAN** | Indicates if a stream should be opened on behalf of the indicated Social Hub account | [optional] [default to false]| | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}