github.com/twilio/twilio-go@v1.20.1/rest/verify/v2/docs/VerifyV2Entity.md (about) 1 # VerifyV2Entity 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this Entity. | 8 **Identity** | Pointer to **string** | The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. | 9 **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. | 10 **ServiceSid** | Pointer to **string** | The unique SID identifier of the Service. | 11 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this Entity was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 12 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this Entity was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 13 **Url** | Pointer to **string** | The URL of this resource. | 14 **Links** | Pointer to **map[string]interface{}** | Contains a dictionary of URL links to nested resources of this Entity. | 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18