Class TemplateSigner
The template role details .
public class TemplateSigner
- Inheritance
-
TemplateSigner
- Inherited Members
Properties
AllowFieldConfiguration
Gets or sets a value indicating whether gets or sets the allow field configuration.
[JsonProperty("allowFieldConfiguration")]
public bool AllowFieldConfiguration { get; set; }
Property Value
EnableAccessCode
Gets or sets a value indicating whether authentication is enabled for the signer.
[JsonProperty("enableAccessCode")]
public bool EnableAccessCode { get; set; }
Property Value
EnableEmailOTP
Gets or sets a value indicating whether email OTP authentication is enabled.
[JsonProperty("enableEmailOTP")]
public bool EnableEmailOTP { get; set; }
Property Value
HostEmail
Gets or sets the host user email.
[JsonProperty("hostEmail")]
public string HostEmail { get; set; }
Property Value
HostName
Gets or sets the host user name.
[JsonProperty("hostName")]
public string HostName { get; set; }
Property Value
HostUserId
Gets or sets the host user id.
[JsonProperty("hostUserId")]
public string HostUserId { get; set; }
Property Value
ImposeAuthentication
Gets or sets a impose authentication type.
[DataMember(Name = "imposeAuthentication", EmitDefaultValue = true)]
[JsonProperty("imposeAuthentication")]
public string ImposeAuthentication { get; set; }
Property Value
Order
Gets or sets the value is used to define the siging order of the signer.
[JsonProperty("order")]
public int Order { get; set; }
Property Value
SignerEmail
Gets or sets email address of the signer.
[JsonProperty("signerEmail")]
public string SignerEmail { get; set; }
Property Value
SignerName
Gets or sets name of the signer.
[JsonProperty("signerName")]
public string SignerName { get; set; }
Property Value
SignerRole
Gets or sets role of the signer.
[JsonProperty("signerRole")]
public string SignerRole { get; set; }
Property Value
SignerType
Gets or Sets SignerType.
[JsonProperty("signerType")]
public string SignerType { get; set; }
Property Value
Status
Gets or sets status of the signer.
[JsonProperty("status")]
public SignerStatus Status { get; set; }
Property Value
UserId
Gets or sets the user id.
[JsonProperty("userId")]
public string UserId { get; set; }