Class MyUserDbCredentialsUser
The user linked to the database credential.
SCIM++ Properties:
- caseExact: false
 - idcsCompositeKey: [value]
 - idcsSearchable: true
 - multiValued: false
 - mutability: immutable
 - required: false
 - returned: default
 - type: complex
 - uniqueness: none
 
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class MyUserDbCredentialsUser
  Properties
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The user display name.
 
  | 
      
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The username.
 
  | 
      
Ocid
Declaration
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The user's OCID.
 
  | 
      
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The URI that corresponds to the user linked to this credential.
 
  | 
      
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The user's identifier.
 
  | 
      
Remarks
Required