public static enum MyDeviceAuthenticationFactors.Status extends Enum<MyDeviceAuthenticationFactors.Status> implements BmcEnum
Authentication Factor Status
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true
Enum Constant and Description |
---|
Blocked |
Enrolled |
Inactive |
Initiated |
Inprogress |
Locked |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static MyDeviceAuthenticationFactors.Status |
create(String key) |
String |
getValue() |
static MyDeviceAuthenticationFactors.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MyDeviceAuthenticationFactors.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MyDeviceAuthenticationFactors.Status Initiated
public static final MyDeviceAuthenticationFactors.Status Inprogress
public static final MyDeviceAuthenticationFactors.Status Enrolled
public static final MyDeviceAuthenticationFactors.Status Locked
public static final MyDeviceAuthenticationFactors.Status Inactive
public static final MyDeviceAuthenticationFactors.Status Blocked
public static final MyDeviceAuthenticationFactors.Status UnknownEnumValue
public static MyDeviceAuthenticationFactors.Status[] values()
for (MyDeviceAuthenticationFactors.Status c : MyDeviceAuthenticationFactors.Status.values()) System.out.println(c);
public static MyDeviceAuthenticationFactors.Status valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static MyDeviceAuthenticationFactors.Status create(String key)
Copyright © 2016–2024. All rights reserved.