Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 1.37 KB

ParticipantSecurityOption.md

File metadata and controls

executable file
·
25 lines (18 loc) · 1.37 KB

ParticipantSecurityOption

Properties

Name Type Description Notes
authenticationMethod AuthenticationMethodEnum The authentication method for the participants to have access to view and sign the document. When replacing a participant that has PASSWORD or PHONE authentication specified, you must supply a password or phone number for the new participant, and you cannot change the authentication method [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. When replacing a participant that has PASSWORD authentication specified, you must supply a password for the new participant. [optional]
phoneInfo PhoneInfo The phoneInfo required for the participant to view and sign the document [optional]

Enum: AuthenticationMethodEnum

Name Value
NONE "NONE"
PASSWORD "PASSWORD"
PHONE "PHONE"
KBA "KBA"
WEB_IDENTITY "WEB_IDENTITY"
ADOBE_SIGN "ADOBE_SIGN"
GOV_ID "GOV_ID"