Class MyTrustedUserAgentUser
user for whom the trust-token was issued
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class MyTrustedUserAgentUserProperties
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Friendly name of the User to be used for purposes of display.
 
 | 
Ocid
Declaration
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the user
 
 | 
Ref
Declaration
[Required(ErrorMessage = "Ref is required.")]
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Full URI to the user for whom the trust-token was issued.
 
 | 
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The SCIM ID of the user for whom the trust-token was issued.
 
 | 
Remarks
Required