All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.UserFactorSupported.md Maven / Gradle / Ivy

Go to download

The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta API. This .jar is the only compile-time dependency within the Okta SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

The newest version!


# UserFactorSupported


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**enrollment** | [**EnrollmentEnum**](#EnrollmentEnum) | Indicates if the Factor is required for the specified user |  [optional] |
|**factorType** | **UserFactorType** |  |  [optional] |
|**provider** | **UserFactorProvider** |  |  [optional] |
|**status** | **UserFactorStatus** |  |  [optional] |
|**vendorName** | **String** | Name of the Factor vendor. This is usually the same as the provider except for On-Prem MFA where it depends on administrator settings. |  [optional] [readonly] |
|**embedded** | **Map<String, Object>** | Embedded resources related to the Factor |  [optional] [readonly] |
|**links** | [**UserFactorLinks**](UserFactorLinks.md) |  |  [optional] |



## Enum: EnrollmentEnum

| Name | Value |
|---- | -----|
| OPTIONAL | "OPTIONAL" |
| REQUIRED | "REQUIRED" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy