Package com.okta.sdk.resource.api
Class OrgSettingAdminApi
java.lang.Object
com.okta.sdk.resource.api.OrgSettingAdminApi
@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 OrgSettingAdminApi
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassignClientPrivilegesSetting
(ClientPrivilegesSetting clientPrivilegesSetting) Assign the Default Public Client App Role Setting Assigns the [Super Admin role](https://help.okta.com/okta_help.htm?type=oie&id=ext_superadmin) as the default role for new public client appsassignClientPrivilegesSetting
(ClientPrivilegesSetting clientPrivilegesSetting, Map<String, String> additionalHeaders) Assign the Default Public Client App Role Setting Assigns the [Super Admin role](https://help.okta.com/okta_help.htm?type=oie&id=ext_superadmin) as the default role for new public client appsRetrieve the Default Public Client App Role Setting Retrieves the org setting to assign the [Super Admin role](https://help.okta.com/okta_help.htm?type=oie&id=ext_superadmin) to new public client appsgetClientPrivilegesSetting
(Map<String, String> additionalHeaders) Retrieve the Default Public Client App Role Setting Retrieves the org setting to assign the [Super Admin role](https://help.okta.com/okta_help.htm?type=oie&id=ext_superadmin) to new public client appsprotected static com.fasterxml.jackson.databind.ObjectMapper
Retrieve the Org Third-Party Admin Setting Retrieves the Third-Party Admin Setting.getThirdPartyAdminSetting
(Map<String, String> additionalHeaders) Retrieve the Org Third-Party Admin Setting Retrieves the Third-Party Admin Setting.void
setApiClient
(ApiClient apiClient) updateThirdPartyAdminSetting
(ThirdPartyAdminSetting thirdPartyAdminSetting) Update the Org Third-Party Admin Setting Updates the Third-Party Admin Setting.updateThirdPartyAdminSetting
(ThirdPartyAdminSetting thirdPartyAdminSetting, Map<String, String> additionalHeaders) Update the Org Third-Party Admin Setting Updates the Third-Party Admin Setting.
-
Constructor Details
-
OrgSettingAdminApi
public OrgSettingAdminApi() -
OrgSettingAdminApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
assignClientPrivilegesSetting
public ClientPrivilegesSetting assignClientPrivilegesSetting(ClientPrivilegesSetting clientPrivilegesSetting) throws ApiException Assign the Default Public Client App Role Setting Assigns the [Super Admin role](https://help.okta.com/okta_help.htm?type=oie&id=ext_superadmin) as the default role for new public client apps- Parameters:
clientPrivilegesSetting
- (optional)- Returns:
- ClientPrivilegesSetting
- Throws:
ApiException
- if fails to make API call
-
assignClientPrivilegesSetting
public ClientPrivilegesSetting assignClientPrivilegesSetting(ClientPrivilegesSetting clientPrivilegesSetting, Map<String, String> additionalHeaders) throws ApiExceptionAssign the Default Public Client App Role Setting Assigns the [Super Admin role](https://help.okta.com/okta_help.htm?type=oie&id=ext_superadmin) as the default role for new public client apps- Parameters:
clientPrivilegesSetting
- (optional)additionalHeaders
- additionalHeaders for this call- Returns:
- ClientPrivilegesSetting
- Throws:
ApiException
- if fails to make API call
-
getClientPrivilegesSetting
Retrieve the Default Public Client App Role Setting Retrieves the org setting to assign the [Super Admin role](https://help.okta.com/okta_help.htm?type=oie&id=ext_superadmin) to new public client apps- Returns:
- ClientPrivilegesSetting
- Throws:
ApiException
- if fails to make API call
-
getClientPrivilegesSetting
public ClientPrivilegesSetting getClientPrivilegesSetting(Map<String, String> additionalHeaders) throws ApiExceptionRetrieve the Default Public Client App Role Setting Retrieves the org setting to assign the [Super Admin role](https://help.okta.com/okta_help.htm?type=oie&id=ext_superadmin) to new public client apps- Parameters:
additionalHeaders
- additionalHeaders for this call- Returns:
- ClientPrivilegesSetting
- Throws:
ApiException
- if fails to make API call
-
getThirdPartyAdminSetting
Retrieve the Org Third-Party Admin Setting Retrieves the Third-Party Admin Setting. See [Configure third-party administrators](https://help.okta.com/okta_help.htm?type=oie&id=csh_admin-third) in the Okta product documentation.- Returns:
- ThirdPartyAdminSetting
- Throws:
ApiException
- if fails to make API call
-
getThirdPartyAdminSetting
public ThirdPartyAdminSetting getThirdPartyAdminSetting(Map<String, String> additionalHeaders) throws ApiExceptionRetrieve the Org Third-Party Admin Setting Retrieves the Third-Party Admin Setting. See [Configure third-party administrators](https://help.okta.com/okta_help.htm?type=oie&id=csh_admin-third) in the Okta product documentation.- Parameters:
additionalHeaders
- additionalHeaders for this call- Returns:
- ThirdPartyAdminSetting
- Throws:
ApiException
- if fails to make API call
-
updateThirdPartyAdminSetting
public ThirdPartyAdminSetting updateThirdPartyAdminSetting(ThirdPartyAdminSetting thirdPartyAdminSetting) throws ApiException Update the Org Third-Party Admin Setting Updates the Third-Party Admin Setting. This setting allows third-party admins to perform administrative actions in the Admin Console, but they can't do any of the following: * Receive Okta admin email notifications * Contact Okta support * Sign in to the Okta Help Center See [Configure third-party administrators](https://help.okta.com/okta_help.htm?type=oie&id=csh_admin-third) in the Okta product documentation.- Parameters:
thirdPartyAdminSetting
- (required)- Returns:
- ThirdPartyAdminSetting
- Throws:
ApiException
- if fails to make API call
-
updateThirdPartyAdminSetting
public ThirdPartyAdminSetting updateThirdPartyAdminSetting(ThirdPartyAdminSetting thirdPartyAdminSetting, Map<String, String> additionalHeaders) throws ApiExceptionUpdate the Org Third-Party Admin Setting Updates the Third-Party Admin Setting. This setting allows third-party admins to perform administrative actions in the Admin Console, but they can't do any of the following: * Receive Okta admin email notifications * Contact Okta support * Sign in to the Okta Help Center See [Configure third-party administrators](https://help.okta.com/okta_help.htm?type=oie&id=csh_admin-third) in the Okta product documentation.- Parameters:
thirdPartyAdminSetting
- (required)additionalHeaders
- additionalHeaders for this call- Returns:
- ThirdPartyAdminSetting
- Throws:
ApiException
- if fails to make API call
-
getObjectMapper
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-