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

     1  # VerifyV2Challenge
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this Challenge. |
     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 Challenge. 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  **FactorSid** | Pointer to **string** | The unique SID identifier of the Factor. |
    13  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this Challenge was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    14  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this Challenge was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    15  **DateResponded** | Pointer to [**time.Time**](time.Time.md) | The date that this Challenge was responded, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    16  **ExpirationDate** | Pointer to [**time.Time**](time.Time.md) | The date-time when this Challenge expires, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. The default value is five (5) minutes after Challenge creation. The max value is sixty (60) minutes after creation. |
    17  **Status** | Pointer to [**string**](ChallengeEnumChallengeStatuses.md) |  |
    18  **RespondedReason** | Pointer to [**string**](ChallengeEnumChallengeReasons.md) |  |
    19  **Details** | Pointer to **interface{}** | Details provided to give context about the Challenge. Intended to be shown to the end user. |
    20  **HiddenDetails** | Pointer to **interface{}** | Details provided to give context about the Challenge. Intended to be hidden from the end user. It must be a stringified JSON with only strings values eg. `{\"ip\": \"172.168.1.234\"}` |
    21  **Metadata** | Pointer to **interface{}** | Custom metadata associated with the challenge. 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. |
    22  **FactorType** | Pointer to [**string**](ChallengeEnumFactorTypes.md) |  |
    23  **Url** | Pointer to **string** | The URL of this resource. |
    24  **Links** | Pointer to **map[string]interface{}** | Contains a dictionary of URL links to nested resources of this Challenge. |
    25  
    26  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    27  
    28