Class ExtensionMfaUser
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.identitydomains.model.ExtensionMfaUser
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class ExtensionMfaUser extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThis extension defines attributes used to manage Multi-Factor Authentication within a service provider.The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA. 
 Note: Objects should always be created or deserialized using theExtensionMfaUser.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theExtensionMfaUser.Builder, which maintain a set of all explicitly set fields calledExtensionMfaUser.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classExtensionMfaUser.Builderstatic classExtensionMfaUser.MfaStatusThe user opted for MFA.static classExtensionMfaUser.PreferredAuthenticationFactorThe preferred authentication factor type.
 - 
Constructor SummaryConstructors Constructor Description ExtensionMfaUser(ExtensionMfaUser.PreferredAuthenticationFactor preferredAuthenticationFactor, ExtensionMfaUser.MfaStatus mfaStatus, String preferredThirdPartyVendor, String preferredAuthenticationMethod, Integer loginAttempts, String mfaEnabledOn, List<String> mfaIgnoredApps, UserExtPreferredDevice preferredDevice, List<UserExtDevices> devices, List<UserExtBypassCodes> bypassCodes, List<UserExtTrustedUserAgents> trustedUserAgents)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtensionMfaUser.Builderbuilder()Create a new builder.booleanequals(Object o)List<UserExtBypassCodes>getBypassCodes()A list of bypass codes that belongs to the user.List<UserExtDevices>getDevices()A list of devices enrolled by the user.IntegergetLoginAttempts()The number of incorrect multi factor authentication sign in attempts made by this user.StringgetMfaEnabledOn()The date when the user enrolled in multi factor authentication.List<String>getMfaIgnoredApps()User MFA Ignored Apps IdentifiersExtensionMfaUser.MfaStatusgetMfaStatus()The user opted for MFA.ExtensionMfaUser.PreferredAuthenticationFactorgetPreferredAuthenticationFactor()The preferred authentication factor type.StringgetPreferredAuthenticationMethod()The preferred authentication method.UserExtPreferredDevicegetPreferredDevice()StringgetPreferredThirdPartyVendor()The preferred third-party vendor name.List<UserExtTrustedUserAgents>getTrustedUserAgents()A list of trusted User Agents owned by this user.inthashCode()ExtensionMfaUser.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ExtensionMfaUser@Deprecated @ConstructorProperties({"preferredAuthenticationFactor","mfaStatus","preferredThirdPartyVendor","preferredAuthenticationMethod","loginAttempts","mfaEnabledOn","mfaIgnoredApps","preferredDevice","devices","bypassCodes","trustedUserAgents"}) public ExtensionMfaUser(ExtensionMfaUser.PreferredAuthenticationFactor preferredAuthenticationFactor, ExtensionMfaUser.MfaStatus mfaStatus, String preferredThirdPartyVendor, String preferredAuthenticationMethod, Integer loginAttempts, String mfaEnabledOn, List<String> mfaIgnoredApps, UserExtPreferredDevice preferredDevice, List<UserExtDevices> devices, List<UserExtBypassCodes> bypassCodes, List<UserExtTrustedUserAgents> trustedUserAgents) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ExtensionMfaUser.Builder builder() Create a new builder.
 - 
toBuilderpublic ExtensionMfaUser.Builder toBuilder() 
 - 
getPreferredAuthenticationFactorpublic ExtensionMfaUser.PreferredAuthenticationFactor getPreferredAuthenticationFactor() The preferred authentication factor type.*Added In:** 18.3.6 *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
getMfaStatuspublic ExtensionMfaUser.MfaStatus getMfaStatus() The user opted for MFA.*Added In:** 18.3.6 *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - idcsRequiresWriteForAccessFlows: true - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
getPreferredThirdPartyVendorpublic String getPreferredThirdPartyVendor() The preferred third-party vendor name.*Added In:** 19.2.1 *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
getPreferredAuthenticationMethodpublic String getPreferredAuthenticationMethod() The preferred authentication method.*Added In:** 2009232244 *SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
getLoginAttemptspublic Integer getLoginAttempts() The number of incorrect multi factor authentication sign in attempts made by this user.The user is locked if this reaches the threshold specified in the maxIncorrectAttempts attribute in AuthenticationFactorSettings. *Added In:** 18.3.6 *SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true - required: false - returned: default - type: integer - uniqueness: none - Returns:
- the value
 
 - 
getMfaEnabledOnpublic String getMfaEnabledOn() The date when the user enrolled in multi factor authentication.This will be set to null, when the user resets their factors. *Added In:** 18.3.6 *SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: request - type: dateTime - uniqueness: none - Returns:
- the value
 
 - 
getMfaIgnoredAppspublic List<String> getMfaIgnoredApps() User MFA Ignored Apps Identifiers*Added In:** 19.2.1 *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: true - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
getPreferredDevicepublic UserExtPreferredDevice getPreferredDevice() 
 - 
getDevicespublic List<UserExtDevices> getDevices() A list of devices enrolled by the user.*Added In:** 18.3.6 *SCIM++ Properties:** - idcsCompositeKey: [value] - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none - Returns:
- the value
 
 - 
getBypassCodespublic List<UserExtBypassCodes> getBypassCodes() A list of bypass codes that belongs to the user.*Added In:** 18.3.6 *SCIM++ Properties:** - idcsCompositeKey: [value] - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none - Returns:
- the value
 
 - 
getTrustedUserAgentspublic List<UserExtTrustedUserAgents> getTrustedUserAgents() A list of trusted User Agents owned by this user.Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way. *Added In:** 18.3.6 *SCIM++ Properties:** - idcsCompositeKey: [value] - multiValued: true - mutability: readWrite - required: false - returned: request - type: complex - uniqueness: none - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-