Show / Hide Table of Contents

Class ExtensionKerberosUserUser

Kerberos User extension

Inheritance
object
ExtensionKerberosUserUser
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 ExtensionKerberosUserUser

Properties

RealmUsers

Declaration
[JsonProperty(PropertyName = "realmUsers")]
public List<UserExtRealmUsers> RealmUsers { get; set; }
Property Value
Type Description
List<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
In this article
Back to top