@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class AuthenticatorMethodPushAllOfSettings extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ALGORITHMS |
static String |
JSON_PROPERTY_KEY_PROTECTION |
static String |
JSON_PROPERTY_TRANSACTION_TYPES |
Constructor and Description |
---|
AuthenticatorMethodPushAllOfSettings() |
public static final String JSON_PROPERTY_ALGORITHMS
public static final String JSON_PROPERTY_KEY_PROTECTION
public static final String JSON_PROPERTY_TRANSACTION_TYPES
public AuthenticatorMethodPushAllOfSettings()
public AuthenticatorMethodPushAllOfSettings algorithms(List<AuthenticatorMethodAlgorithm> algorithms)
public AuthenticatorMethodPushAllOfSettings addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem)
@Nullable public List<AuthenticatorMethodAlgorithm> getAlgorithms()
public void setAlgorithms(List<AuthenticatorMethodAlgorithm> algorithms)
public AuthenticatorMethodPushAllOfSettings keyProtection(PushMethodKeyProtection keyProtection)
@Nullable public PushMethodKeyProtection getKeyProtection()
public void setKeyProtection(PushMethodKeyProtection keyProtection)
public AuthenticatorMethodPushAllOfSettings transactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes)
public AuthenticatorMethodPushAllOfSettings addTransactionTypesItem(AuthenticatorMethodTransactionType transactionTypesItem)
@Nullable public List<AuthenticatorMethodTransactionType> getTransactionTypes()
public void setTransactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes)
Copyright © 2017–2023 Okta. All rights reserved.