Show / Hide Table of Contents

Class UserExtRealmUsers

A list of kerberos realm users for an Oracle Identity Cloud Service User
SCIM++ Properties:

  • idcsCompositeKey: [value]
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
Inheritance
object
UserExtRealmUsers
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class UserExtRealmUsers

Properties

PrincipalName

Declaration
[JsonProperty(PropertyName = "principalName")]
public string PrincipalName { get; set; }
Property Value
Type Description
string

Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
SCIM++ Properties:

  • idcsPii: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

RealmName

Declaration
[JsonProperty(PropertyName = "realmName")]
public string RealmName { get; set; }
Property Value
Type Description
string

Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

Ref

Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
Type Description
string

The URI of the corresponding KerberosRealmUser resource associated with the Oracle Identity Cloud Service User.
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none

Value

Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type Description
string

id of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Remarks

Required

In this article
Back to top