Package com.okta.sdk.resource.model
Class ProvisioningConnectionOauthRequestProfile
java.lang.Object
com.okta.sdk.resource.model.ProvisioningConnectionOauthRequestProfile
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ProvisioningConnectionOauthRequestProfile
extends Object
implements Serializable
ProvisioningConnectionOauthRequestProfile
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthScheme
(ProvisioningConnectionOauthAuthScheme authScheme) boolean
Get authSchemeOnly used for the Okta Org2Org (`okta_org2org`) app.Get settingsint
hashCode()
void
setAuthScheme
(ProvisioningConnectionOauthAuthScheme authScheme) void
setClientId
(String clientId) void
setSettings
(Office365ProvisioningSettings settings) settings
(Office365ProvisioningSettings settings) toString()
-
Field Details
-
JSON_PROPERTY_AUTH_SCHEME
- See Also:
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
JSON_PROPERTY_SETTINGS
- See Also:
-
-
Constructor Details
-
ProvisioningConnectionOauthRequestProfile
public ProvisioningConnectionOauthRequestProfile()
-
-
Method Details
-
authScheme
public ProvisioningConnectionOauthRequestProfile authScheme(ProvisioningConnectionOauthAuthScheme authScheme) -
getAuthScheme
Get authScheme- Returns:
- authScheme
-
setAuthScheme
-
clientId
-
getClientId
Only used for the Okta Org2Org (`okta_org2org`) app. The unique client identifier for the OAuth 2.0 service app from the target org.- Returns:
- clientId
-
setClientId
-
settings
-
getSettings
Get settings- Returns:
- settings
-
setSettings
-
equals
-
hashCode
public int hashCode() -
toString
-