public static class UserExtCustomerSecretKeys.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtCustomerSecretKeys |
build() |
UserExtCustomerSecretKeys.Builder |
copy(UserExtCustomerSecretKeys model) |
UserExtCustomerSecretKeys.Builder |
ocid(String ocid)
The user’s customer secret key OCID.
|
UserExtCustomerSecretKeys.Builder |
ref(String ref)
The URI of the corresponding CustomerSecretKey resource to which the user belongs.
|
UserExtCustomerSecretKeys.Builder |
value(String value)
The user’s customer secret key identifier.
|
public UserExtCustomerSecretKeys.Builder value(String value)
The user’s customer secret key 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 UserExtCustomerSecretKeys.Builder ocid(String ocid)
The user’s customer secret key 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 UserExtCustomerSecretKeys.Builder ref(String ref)
The URI of the corresponding CustomerSecretKey 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 UserExtCustomerSecretKeys build()
public UserExtCustomerSecretKeys.Builder copy(UserExtCustomerSecretKeys model)
Copyright © 2016–2024. All rights reserved.