Class IdentityProofingProviderTemplateConfiguration
Proofing Provider Configuration Template.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class IdentityProofingProviderTemplateConfiguration
Properties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Name of the Identity Proofing Provider configuration.
|
Remarks
Required
Sensitivity
Declaration
[Required(ErrorMessage = "Sensitivity is required.")]
[JsonProperty(PropertyName = "sensitivity")]
public bool? Sensitivity { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Sensitivity of the Identity Proofing configuration.
|
Remarks
Required
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Type of the Identity Proofing configuration.
|
Remarks
Required