Class MySupportAccountUser
User linked to Support Account
SCIM++ Properties:
- caseExact: false
- 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 MySupportAccountUserProperties
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }Property Value
| Type | Description | 
|---|---|
| string | User display name
 
 | 
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | User name
 
 | 
Ocid
Declaration
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 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 Support Account
 
 | 
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | User's id
 
 |