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 Details

    • OrgSettingSupportApi

      public OrgSettingSupportApi()
    • OrgSettingSupportApi

      public OrgSettingSupportApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • extendOktaSupport

      public OrgOktaSupportSettingsObj extendOktaSupport() throws ApiException
      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 ApiException
      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.
      Parameters:
      additionalHeaders - additionalHeaders for this call
      Returns:
      OrgOktaSupportSettingsObj
      Throws:
      ApiException - if fails to make API call
    • getAerialConsent

      public OrgAerialConsentDetails getAerialConsent() throws ApiException
      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 ApiException
      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.
      Parameters:
      additionalHeaders - additionalHeaders for this call
      Returns:
      OrgAerialConsentDetails
      Throws:
      ApiException - if fails to make API call
    • getOrgOktaSupportSettings

      public OrgOktaSupportSettingsObj getOrgOktaSupportSettings() throws ApiException
      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 ApiException
      Retrieve 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 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)
      additionalHeaders - additionalHeaders for this call
      Returns:
      OrgAerialConsentDetails
      Throws:
      ApiException - if fails to make API call
    • grantOktaSupport

      public OrgOktaSupportSettingsObj grantOktaSupport() throws ApiException
      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 ApiException
      Grant 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 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)
      additionalHeaders - additionalHeaders for this call
      Returns:
      OrgAerialConsentRevoked
      Throws:
      ApiException - if fails to make API call
    • revokeOktaSupport

      public OrgOktaSupportSettingsObj revokeOktaSupport() throws ApiException
      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 ApiException
      Revoke 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()