public static class CloudGateOauthClient.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CloudGateOauthClient |
build() |
CloudGateOauthClient.Builder |
clientId(String clientId)
The Client ID of the OAuth app for this CloudGate.
|
CloudGateOauthClient.Builder |
copy(CloudGateOauthClient model) |
CloudGateOauthClient.Builder |
ref(String ref)
The URI of the OAuth app for this CloudGate.
|
CloudGateOauthClient.Builder |
value(String value)
The id of the OAuth app for this CloudGate.
|
public CloudGateOauthClient.Builder value(String value)
The id of the OAuth app for this CloudGate.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
value
- the value to setpublic CloudGateOauthClient.Builder ref(String ref)
The URI of the OAuth app for this CloudGate.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic CloudGateOauthClient.Builder clientId(String clientId)
The Client ID of the OAuth app for this CloudGate.
*Added In:** 19.2.1
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
clientId
- the value to setpublic CloudGateOauthClient build()
public CloudGateOauthClient.Builder copy(CloudGateOauthClient model)
Copyright © 2016–2024. All rights reserved.