# `DocuSign.Model.RecipientIdentityVerification`
[🔗](https://github.com/neilberkman/docusign_elixir/blob/v3.4.0/lib/docusign/model/recipient_identity_verification.ex#L5)

Specifies ID Verification applied on an envelope by workflow ID. See the [list](/docs/esign-rest-api/reference/accounts/identityverifications/list/) method in the [IdentityVerifications](/docs/esign-rest-api/reference/accounts/identityverifications/) resource for more information on how to retrieve workflow IDs available for an account. This can be used in addition to other [recipient authentication](https://support.docusign.com/s/document-item?bundleId=gav1643676262430&topicId=kzp1578456318101.html) methods.

# `t`

```elixir
@type t() :: %DocuSign.Model.RecipientIdentityVerification{
  inputOptions: [DocuSign.Model.RecipientIdentityInputOption.t()] | nil,
  workflowId: String.t() | nil,
  workflowIdMetadata: DocuSign.Model.PropertyMetadata.t() | nil,
  workflowLabel: String.t() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
