public static class UserExtDbCredentials.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtDbCredentials |
build() |
UserExtDbCredentials.Builder |
copy(UserExtDbCredentials model) |
UserExtDbCredentials.Builder |
ocid(String ocid)
The user’s database credential OCID.
|
UserExtDbCredentials.Builder |
ref(String ref)
The URI of the corresponding UserDbCredential resource to which the user belongs.
|
UserExtDbCredentials.Builder |
value(String value)
The user’s database credential identifier.
|
public UserExtDbCredentials.Builder value(String value)
The user’s database credential identifier.
*Added In:** 2102181953
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
value
- the value to setpublic UserExtDbCredentials.Builder ref(String ref)
The URI of the corresponding UserDbCredential resource to which the user belongs.
*Added In:** 2102181953
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic UserExtDbCredentials.Builder ocid(String ocid)
The user’s database credential OCID.
*Added In:** 2102181953
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
ocid
- the value to setpublic UserExtDbCredentials build()
public UserExtDbCredentials.Builder copy(UserExtDbCredentials model)
Copyright © 2016–2024. All rights reserved.