Class AccountMgmtInfoUserWalletArtifact
The UserWalletArtifact that contains the credentials that the system will use when performing Secure Form-Fill to log the user in to this application
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AccountMgmtInfoUserWalletArtifactProperties
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }Property Value
| Type | Description | 
|---|---|
| string | UserWalletArtifact URI
 
 | 
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | UserWalletArtifact identifier
 
 | 
Remarks
Required