Package com.okta.sdk.resource.model
Class UserFactorSupported
java.lang.Object
com.okta.sdk.resource.model.UserFactorSupported
- 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 UserFactorSupported
extends Object
implements Serializable
UserFactorSupported
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Indicates if the Factor is required for the specified user -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionenrollment
(UserFactorSupported.EnrollmentEnum enrollment) boolean
factorType
(UserFactorType factorType) Embedded resources related to the FactorIndicates if the Factor is required for the specified userGet factorTypegetLinks()
Get linksGet providerGet statusName of the Factor vendor.int
hashCode()
links
(UserFactorLinks links) provider
(UserFactorProvider provider) void
setEnrollment
(UserFactorSupported.EnrollmentEnum enrollment) void
setFactorType
(UserFactorType factorType) void
setLinks
(UserFactorLinks links) void
setProvider
(UserFactorProvider provider) void
setStatus
(UserFactorStatus status) status
(UserFactorStatus status) toString()
-
Field Details
-
JSON_PROPERTY_ENROLLMENT
- See Also:
-
JSON_PROPERTY_FACTOR_TYPE
- See Also:
-
JSON_PROPERTY_PROVIDER
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_VENDOR_NAME
- See Also:
-
JSON_PROPERTY_EMBEDDED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
UserFactorSupported
public UserFactorSupported()
-
-
Method Details
-
enrollment
-
getEnrollment
Indicates if the Factor is required for the specified user- Returns:
- enrollment
-
setEnrollment
-
factorType
-
getFactorType
Get factorType- Returns:
- factorType
-
setFactorType
-
provider
-
getProvider
Get provider- Returns:
- provider
-
setProvider
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
getVendorName
Name of the Factor vendor. This is usually the same as the provider except for On-Prem MFA where it depends on administrator settings.- Returns:
- vendorName
-
getEmbedded
Embedded resources related to the Factor- Returns:
- embedded
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-