public static class UserExtRealmUsers.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtRealmUsers |
build() |
UserExtRealmUsers.Builder |
copy(UserExtRealmUsers model) |
UserExtRealmUsers.Builder |
principalName(String principalName)
Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service
User.
|
UserExtRealmUsers.Builder |
realmName(String realmName)
Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service
User.
|
UserExtRealmUsers.Builder |
ref(String ref)
The URI of the corresponding KerberosRealmUser resource associated with the Oracle
Identity Cloud Service User.
|
UserExtRealmUsers.Builder |
value(String value)
id of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
|
public UserExtRealmUsers.Builder value(String value)
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
value
- the value to setpublic UserExtRealmUsers.Builder ref(String ref)
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
ref
- the value to setpublic UserExtRealmUsers.Builder principalName(String principalName)
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
principalName
- the value to setpublic UserExtRealmUsers.Builder realmName(String realmName)
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
realmName
- the value to setpublic UserExtRealmUsers build()
public UserExtRealmUsers.Builder copy(UserExtRealmUsers model)
Copyright © 2016–2024. All rights reserved.