Package com.okta.sdk.resource.model
Class AuthenticatorEnrollmentPolicy
java.lang.Object
com.okta.sdk.resource.model.Policy
com.okta.sdk.resource.model.AuthenticatorEnrollmentPolicy
- 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 AuthenticatorEnrollmentPolicy
extends Policy
implements Serializable
AuthenticatorEnrollmentPolicy
- See Also:
-
Field Summary
Fields inherited from class com.okta.sdk.resource.model.Policy
JSON_PROPERTY_CREATED, JSON_PROPERTY_DESCRIPTION, JSON_PROPERTY_EMBEDDED, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_LINKS, JSON_PROPERTY_NAME, JSON_PROPERTY_PRIORITY, JSON_PROPERTY_STATUS, JSON_PROPERTY_SYSTEM, JSON_PROPERTY_TYPE, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconditions
(AuthenticatorEnrollmentPolicyConditions conditions) boolean
Get conditionsGet settingsint
hashCode()
void
setConditions
(AuthenticatorEnrollmentPolicyConditions conditions) void
toString()
Methods inherited from class com.okta.sdk.resource.model.Policy
description, getCreated, getDescription, getEmbedded, getId, getLastUpdated, getLinks, getName, getPriority, getStatus, getSystem, getType, links, name, priority, setDescription, setLinks, setName, setPriority, setStatus, setSystem, setType, status, system, type
-
Field Details
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_SETTINGS
- See Also:
-
-
Constructor Details
-
AuthenticatorEnrollmentPolicy
public AuthenticatorEnrollmentPolicy()
-
-
Method Details