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-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class AuthenticatorKeyDuoAllOfProviderConfiguration
extends Object
implements Serializable
AuthenticatorKeyDuoAllOfProviderConfiguration
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHost()The Duo Security API hostnameThe Duo Security integration keyThe Duo Security secret keyGet userNameTemplateinthashCode()integrationKey(String integrationKey) voidvoidsetIntegrationKey(String integrationKey) voidsetSecretKey(String secretKey) voidtoString()
-
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
-