Class DeviceAccessApi

java.lang.Object
com.okta.sdk.resource.api.DeviceAccessApi

@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 DeviceAccessApi extends Object
  • Constructor Details

    • DeviceAccessApi

      public DeviceAccessApi()
    • DeviceAccessApi

      public DeviceAccessApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getDesktopMFARecoveryPinOrgSetting

      public DesktopMFARecoveryPinOrgSetting getDesktopMFARecoveryPinOrgSetting() throws ApiException
      Retrieve the Desktop MFA Recovery PIN Org setting Retrieves the status of the Desktop MFA Recovery PIN feature. That is, whether or not the feature is enabled for your org.
      Returns:
      DesktopMFARecoveryPinOrgSetting
      Throws:
      ApiException - if fails to make API call
    • getDesktopMFARecoveryPinOrgSetting

      public DesktopMFARecoveryPinOrgSetting getDesktopMFARecoveryPinOrgSetting(Map<String,String> additionalHeaders) throws ApiException
      Retrieve the Desktop MFA Recovery PIN Org setting Retrieves the status of the Desktop MFA Recovery PIN feature. That is, whether or not the feature is enabled for your org.
      Parameters:
      additionalHeaders - additionalHeaders for this call
      Returns:
      DesktopMFARecoveryPinOrgSetting
      Throws:
      ApiException - if fails to make API call
    • replaceDesktopMFARecoveryPinOrgSetting

      public DesktopMFARecoveryPinOrgSetting replaceDesktopMFARecoveryPinOrgSetting(DesktopMFARecoveryPinOrgSetting desktopMFARecoveryPinOrgSetting) throws ApiException
      Replace the Desktop MFA Recovery PIN Org Setting Replaces the Desktop MFA Recovery PIN feature for your org
      Parameters:
      desktopMFARecoveryPinOrgSetting - (required)
      Returns:
      DesktopMFARecoveryPinOrgSetting
      Throws:
      ApiException - if fails to make API call
    • replaceDesktopMFARecoveryPinOrgSetting

      public DesktopMFARecoveryPinOrgSetting replaceDesktopMFARecoveryPinOrgSetting(DesktopMFARecoveryPinOrgSetting desktopMFARecoveryPinOrgSetting, Map<String,String> additionalHeaders) throws ApiException
      Replace the Desktop MFA Recovery PIN Org Setting Replaces the Desktop MFA Recovery PIN feature for your org
      Parameters:
      desktopMFARecoveryPinOrgSetting - (required)
      additionalHeaders - additionalHeaders for this call
      Returns:
      DesktopMFARecoveryPinOrgSetting
      Throws:
      ApiException - if fails to make API call
    • getObjectMapper

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