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
Inherited Members
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.
|
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.
|
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.
|
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.
|
Remarks
Required