Package com.okta.sdk.resource.api
Class OrgSettingSupportApi
java.lang.Object
com.okta.sdk.resource.api.OrgSettingSupportApi
@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 OrgSettingSupportApi
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionExtend Okta Support Access Extends the length of time that Okta Support can access your org by 24 hours.extendOktaSupport
(Map<String, String> additionalHeaders) Extend Okta Support Access Extends the length of time that Okta Support can access your org by 24 hours.Retrieve Okta Aerial consent for your Org Retrieves the Okta Aerial consent grant details for your Org.getAerialConsent
(Map<String, String> additionalHeaders) Retrieve Okta Aerial consent for your Org Retrieves the Okta Aerial consent grant details for your Org.protected static com.fasterxml.jackson.databind.ObjectMapper
Retrieve the Okta Support Settings Retrieves Okta Support Settings for your orggetOrgOktaSupportSettings
(Map<String, String> additionalHeaders) Retrieve the Okta Support Settings Retrieves Okta Support Settings for your orggrantAerialConsent
(OrgAerialConsent orgAerialConsent) Grant Okta Aerial access to your Org Grants an Okta Aerial account access to your Org.grantAerialConsent
(OrgAerialConsent orgAerialConsent, Map<String, String> additionalHeaders) Grant Okta Aerial access to your Org Grants an Okta Aerial account access to your Org.Grant Okta Support Access Grants Okta Support temporary access your org as an administrator for eight hoursgrantOktaSupport
(Map<String, String> additionalHeaders) Grant Okta Support Access Grants Okta Support temporary access your org as an administrator for eight hoursrevokeAerialConsent
(OrgAerialConsent orgAerialConsent) Revoke Okta Aerial access to your Org Revokes access of an Okta Aerial account to your Org.revokeAerialConsent
(OrgAerialConsent orgAerialConsent, Map<String, String> additionalHeaders) Revoke Okta Aerial access to your Org Revokes access of an Okta Aerial account to your Org.Revoke Okta Support Access Revokes Okta Support access to your orgrevokeOktaSupport
(Map<String, String> additionalHeaders) Revoke Okta Support Access Revokes Okta Support access to your orgvoid
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
OrgSettingSupportApi
public OrgSettingSupportApi() -
OrgSettingSupportApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
extendOktaSupport
Extend Okta Support Access Extends the length of time that Okta Support can access your org by 24 hours. This means that 24 hours are added to the remaining access time.- Returns:
- OrgOktaSupportSettingsObj
- Throws:
ApiException
- if fails to make API call
-
extendOktaSupport
public OrgOktaSupportSettingsObj extendOktaSupport(Map<String, String> additionalHeaders) throws ApiExceptionExtend Okta Support Access Extends the length of time that Okta Support can access your org by 24 hours. This means that 24 hours are added to the remaining access time.- Parameters:
additionalHeaders
- additionalHeaders for this call- Returns:
- OrgOktaSupportSettingsObj
- Throws:
ApiException
- if fails to make API call
-
getAerialConsent
Retrieve Okta Aerial consent for your Org Retrieves the Okta Aerial consent grant details for your Org. Returns a 404 Not Found error if no consent has been granted.- Returns:
- OrgAerialConsentDetails
- Throws:
ApiException
- if fails to make API call
-
getAerialConsent
public OrgAerialConsentDetails getAerialConsent(Map<String, String> additionalHeaders) throws ApiExceptionRetrieve Okta Aerial consent for your Org Retrieves the Okta Aerial consent grant details for your Org. Returns a 404 Not Found error if no consent has been granted.- Parameters:
additionalHeaders
- additionalHeaders for this call- Returns:
- OrgAerialConsentDetails
- Throws:
ApiException
- if fails to make API call
-
getOrgOktaSupportSettings
Retrieve the Okta Support Settings Retrieves Okta Support Settings for your org- Returns:
- OrgOktaSupportSettingsObj
- Throws:
ApiException
- if fails to make API call
-
getOrgOktaSupportSettings
public OrgOktaSupportSettingsObj getOrgOktaSupportSettings(Map<String, String> additionalHeaders) throws ApiExceptionRetrieve the Okta Support Settings Retrieves Okta Support Settings for your org- Parameters:
additionalHeaders
- additionalHeaders for this call- Returns:
- OrgOktaSupportSettingsObj
- Throws:
ApiException
- if fails to make API call
-
grantAerialConsent
public OrgAerialConsentDetails grantAerialConsent(OrgAerialConsent orgAerialConsent) throws ApiException Grant Okta Aerial access to your Org Grants an Okta Aerial account access to your Org. If the org is a child org, consent is taken from the parent org. Grant calls directly to the child are not allowed.- Parameters:
orgAerialConsent
- (optional)- Returns:
- OrgAerialConsentDetails
- Throws:
ApiException
- if fails to make API call
-
grantAerialConsent
public OrgAerialConsentDetails grantAerialConsent(OrgAerialConsent orgAerialConsent, Map<String, String> additionalHeaders) throws ApiExceptionGrant Okta Aerial access to your Org Grants an Okta Aerial account access to your Org. If the org is a child org, consent is taken from the parent org. Grant calls directly to the child are not allowed.- Parameters:
orgAerialConsent
- (optional)additionalHeaders
- additionalHeaders for this call- Returns:
- OrgAerialConsentDetails
- Throws:
ApiException
- if fails to make API call
-
grantOktaSupport
Grant Okta Support Access Grants Okta Support temporary access your org as an administrator for eight hours- Returns:
- OrgOktaSupportSettingsObj
- Throws:
ApiException
- if fails to make API call
-
grantOktaSupport
public OrgOktaSupportSettingsObj grantOktaSupport(Map<String, String> additionalHeaders) throws ApiExceptionGrant Okta Support Access Grants Okta Support temporary access your org as an administrator for eight hours- Parameters:
additionalHeaders
- additionalHeaders for this call- Returns:
- OrgOktaSupportSettingsObj
- Throws:
ApiException
- if fails to make API call
-
revokeAerialConsent
public OrgAerialConsentRevoked revokeAerialConsent(OrgAerialConsent orgAerialConsent) throws ApiException Revoke Okta Aerial access to your Org Revokes access of an Okta Aerial account to your Org. The revoke operation will fail if the org has already been added to an Aerial account.- Parameters:
orgAerialConsent
- (optional)- Returns:
- OrgAerialConsentRevoked
- Throws:
ApiException
- if fails to make API call
-
revokeAerialConsent
public OrgAerialConsentRevoked revokeAerialConsent(OrgAerialConsent orgAerialConsent, Map<String, String> additionalHeaders) throws ApiExceptionRevoke Okta Aerial access to your Org Revokes access of an Okta Aerial account to your Org. The revoke operation will fail if the org has already been added to an Aerial account.- Parameters:
orgAerialConsent
- (optional)additionalHeaders
- additionalHeaders for this call- Returns:
- OrgAerialConsentRevoked
- Throws:
ApiException
- if fails to make API call
-
revokeOktaSupport
Revoke Okta Support Access Revokes Okta Support access to your org- Returns:
- OrgOktaSupportSettingsObj
- Throws:
ApiException
- if fails to make API call
-
revokeOktaSupport
public OrgOktaSupportSettingsObj revokeOktaSupport(Map<String, String> additionalHeaders) throws ApiExceptionRevoke Okta Support Access Revokes Okta Support access to your org- Parameters:
additionalHeaders
- additionalHeaders for this call- Returns:
- OrgOktaSupportSettingsObj
- Throws:
ApiException
- if fails to make API call
-
getObjectMapper
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-