Class ExtensionKerberosUserUser
Kerberos User extension
Inherited Members
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
|