| Name | Type | Description | Notes |
|---|---|---|---|
| authenticationMethod | AuthenticationMethodEnum | The authentication method for the participants to have access to view and sign the document | [optional] |
| password | String | The password required for the participant to view and sign the document. Note that AdobeSign will never show this password to anyone, so you will need to separately communicate it to any relevant parties. The password will not be returned in GET call. In case of PUT call, password associated with Agreement resource will remain unchanged if no password is specified but authentication method is provided as PASSWORD | [optional] |
| phoneInfo | PhoneInfo | The phoneInfo required for the participant to view and sign the document | [optional] |
| Name | Value |
|---|---|
| NONE | "NONE" |
| PASSWORD | "PASSWORD" |
| PHONE | "PHONE" |
| KBA | "KBA" |
| WEB_IDENTITY | "WEB_IDENTITY" |
| ADOBE_SIGN | "ADOBE_SIGN" |