Package com.okta.sdk.resource.api
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the Desktop MFA Recovery PIN Org setting Retrieves the status of the Desktop MFA Recovery PIN feature.getDesktopMFARecoveryPinOrgSetting
(Map<String, String> additionalHeaders) Retrieve the Desktop MFA Recovery PIN Org setting Retrieves the status of the Desktop MFA Recovery PIN feature.protected static com.fasterxml.jackson.databind.ObjectMapper
replaceDesktopMFARecoveryPinOrgSetting
(DesktopMFARecoveryPinOrgSetting desktopMFARecoveryPinOrgSetting) Replace the Desktop MFA Recovery PIN Org Setting Replaces the Desktop MFA Recovery PIN feature for your orgreplaceDesktopMFARecoveryPinOrgSetting
(DesktopMFARecoveryPinOrgSetting desktopMFARecoveryPinOrgSetting, Map<String, String> additionalHeaders) Replace the Desktop MFA Recovery PIN Org Setting Replaces the Desktop MFA Recovery PIN feature for your orgvoid
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
DeviceAccessApi
public DeviceAccessApi() -
DeviceAccessApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getDesktopMFARecoveryPinOrgSetting
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 ApiExceptionRetrieve 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 ApiExceptionReplace 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()
-