Package com.okta.sdk.resource.model
Class AuthenticatorKeyDuoAllOfProviderConfiguration
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorKeyDuoAllOfProviderConfiguration
- All Implemented Interfaces:
Serializable
@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 AuthenticatorKeyDuoAllOfProviderConfiguration
extends Object
implements Serializable
AuthenticatorKeyDuoAllOfProviderConfiguration
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getHost()
The Duo Security API hostnameThe Duo Security integration keyThe Duo Security secret keyGet userNameTemplateint
hashCode()
integrationKey
(String integrationKey) void
void
setIntegrationKey
(String integrationKey) void
setSecretKey
(String secretKey) void
toString()
-
Field Details
-
JSON_PROPERTY_HOST
- See Also:
-
JSON_PROPERTY_INTEGRATION_KEY
- See Also:
-
JSON_PROPERTY_SECRET_KEY
- See Also:
-
JSON_PROPERTY_USER_NAME_TEMPLATE
- See Also:
-
-
Constructor Details
-
AuthenticatorKeyDuoAllOfProviderConfiguration
public AuthenticatorKeyDuoAllOfProviderConfiguration()
-
-
Method Details
-
host
-
getHost
The Duo Security API hostname- Returns:
- host
-
setHost
-
integrationKey
-
getIntegrationKey
The Duo Security integration key- Returns:
- integrationKey
-
setIntegrationKey
-
secretKey
-
getSecretKey
The Duo Security secret key- Returns:
- secretKey
-
setSecretKey
-
userNameTemplate
public AuthenticatorKeyDuoAllOfProviderConfiguration userNameTemplate(AuthenticatorKeyDuoAllOfProviderConfigurationUserNameTemplate userNameTemplate) -
getUserNameTemplate
@Nullable public AuthenticatorKeyDuoAllOfProviderConfigurationUserNameTemplate getUserNameTemplate()Get userNameTemplate- Returns:
- userNameTemplate
-
setUserNameTemplate
public void setUserNameTemplate(AuthenticatorKeyDuoAllOfProviderConfigurationUserNameTemplate userNameTemplate) -
equals
-
hashCode
public int hashCode() -
toString
-