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 Link icon

    • OrgSettingSupportApi Link icon

      public OrgSettingSupportApi()
    • OrgSettingSupportApi Link icon

      public OrgSettingSupportApi(ApiClient apiClient)
  • Method Details Link icon

    • getApiClient Link icon

      public ApiClient getApiClient()
    • setApiClient Link icon

      public void setApiClient(ApiClient apiClient)
    • extendOktaSupport Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()