@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class WellKnownAppAuthenticatorConfiguration extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
WellKnownAppAuthenticatorConfiguration.TypeEnum
Gets or Sets type
|
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_APP_AUTHENTICATOR_ENROLL_ENDPOINT |
static String |
JSON_PROPERTY_AUTHENTICATOR_ID |
static String |
JSON_PROPERTY_CREATED_DATE |
static String |
JSON_PROPERTY_KEY |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_ORG_ID |
static String |
JSON_PROPERTY_SETTINGS |
static String |
JSON_PROPERTY_SUPPORTED_METHODS |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
WellKnownAppAuthenticatorConfiguration() |
public static final String JSON_PROPERTY_APP_AUTHENTICATOR_ENROLL_ENDPOINT
public static final String JSON_PROPERTY_AUTHENTICATOR_ID
public static final String JSON_PROPERTY_CREATED_DATE
public static final String JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_ORG_ID
public static final String JSON_PROPERTY_SETTINGS
public static final String JSON_PROPERTY_SUPPORTED_METHODS
public static final String JSON_PROPERTY_TYPE
public WellKnownAppAuthenticatorConfiguration()
public WellKnownAppAuthenticatorConfiguration appAuthenticatorEnrollEndpoint(String appAuthenticatorEnrollEndpoint)
@Nullable public String getAppAuthenticatorEnrollEndpoint()
public void setAppAuthenticatorEnrollEndpoint(String appAuthenticatorEnrollEndpoint)
public WellKnownAppAuthenticatorConfiguration authenticatorId(String authenticatorId)
@Nullable public String getAuthenticatorId()
public void setAuthenticatorId(String authenticatorId)
public WellKnownAppAuthenticatorConfiguration createdDate(OffsetDateTime createdDate)
@Nullable public OffsetDateTime getCreatedDate()
public void setCreatedDate(OffsetDateTime createdDate)
public WellKnownAppAuthenticatorConfiguration key(String key)
public void setKey(String key)
public WellKnownAppAuthenticatorConfiguration lastUpdated(OffsetDateTime lastUpdated)
@Nullable public OffsetDateTime getLastUpdated()
public void setLastUpdated(OffsetDateTime lastUpdated)
public WellKnownAppAuthenticatorConfiguration name(String name)
public void setName(String name)
public WellKnownAppAuthenticatorConfiguration orgId(String orgId)
public void setOrgId(String orgId)
public WellKnownAppAuthenticatorConfiguration settings(WellKnownAppAuthenticatorConfigurationSettings settings)
@Nullable public WellKnownAppAuthenticatorConfigurationSettings getSettings()
public void setSettings(WellKnownAppAuthenticatorConfigurationSettings settings)
public WellKnownAppAuthenticatorConfiguration supportedMethods(List<SupportedMethods> supportedMethods)
public WellKnownAppAuthenticatorConfiguration addSupportedMethodsItem(SupportedMethods supportedMethodsItem)
@Nullable public List<SupportedMethods> getSupportedMethods()
public void setSupportedMethods(List<SupportedMethods> supportedMethods)
public WellKnownAppAuthenticatorConfiguration type(WellKnownAppAuthenticatorConfiguration.TypeEnum type)
@Nullable public WellKnownAppAuthenticatorConfiguration.TypeEnum getType()
public void setType(WellKnownAppAuthenticatorConfiguration.TypeEnum type)
Copyright © 2017–2023 Okta. All rights reserved.