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

Identity Verification enables you to verify a signer's identity before they can access a document. The `IdentityVerifications` resource provides a method that enables you to list the workflows that are available to an account.

# `t`

```elixir
@type t() :: %DocuSign.Model.IdentityVerifications{
  identityVerification:
    [DocuSign.Model.AccountIdentityVerificationWorkflow.t()] | nil
}
```

---

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