github.com/twilio/twilio-go@v1.20.1/rest/verify/v2/docs/VerifyV2Factor.md (about)

     1  # VerifyV2Factor
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this Factor. |
     8  **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. |
     9  **ServiceSid** | Pointer to **string** | The unique SID identifier of the Service. |
    10  **EntitySid** | Pointer to **string** | The unique SID identifier of the Entity. |
    11  **Identity** | Pointer to **string** | Customer unique identity for the Entity owner of the Factor. 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. |
    12  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this Factor was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    13  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this Factor was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    14  **FriendlyName** | Pointer to **string** | A human readable description of this resource, up to 64 characters. For a push factor, this can be the device's name. |
    15  **Status** | Pointer to [**string**](FactorEnumFactorStatuses.md) |  |
    16  **FactorType** | Pointer to [**string**](FactorEnumFactorTypes.md) |  |
    17  **Config** | Pointer to **interface{}** | An object that contains configurations specific to a `factor_type`. |
    18  **Metadata** | Pointer to **interface{}** | Custom metadata associated with the factor. This is added by the Device/SDK directly to allow for the inclusion of device information. It must be a stringified JSON with only strings values eg. `{\"os\": \"Android\"}`. Can be up to 1024 characters in length. |
    19  **Url** | Pointer to **string** | The URL of this resource. |
    20  
    21  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    22  
    23