Class IdentityProofingProviderRuntimeData
Identity Proofing runtime custom data.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class IdentityProofingProviderRuntimeData
Properties
AttrName
Declaration
[Required(ErrorMessage = "AttrName is required.")]
[JsonProperty(PropertyName = "attrName")]
public string AttrName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Name of the attribute.
|
Remarks
Required
AttrValue
Declaration
[Required(ErrorMessage = "AttrValue is required.")]
[JsonProperty(PropertyName = "attrValue")]
public string AttrValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Value of the attribute.
|
Remarks
Required