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