Class IamMfaTypeEnum.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.IamMfaTypeEnum.Builder
-
- Enclosing class:
- IamMfaTypeEnum
public static final class IamMfaTypeEnum.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IamMfaTypeEnumbuild()IamMfaTypeEnum.BuildersourceValue(IamMfaTypeEnumSourceValue sourceValue)IamMfaTypeEnum.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumSourceValue> sourceValue)IamMfaTypeEnum.Buildervalue(IamMfaTypeEnumValue value)The unified value for the type of multi-factor authentication.IamMfaTypeEnum.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumValue> value)The unified value for the type of multi-factor authentication.
-
-
-
Method Detail
-
value
public IamMfaTypeEnum.Builder value(IamMfaTypeEnumValue value)
The unified value for the type of multi-factor authentication. If the provider does not send back a type but does specify that MFA is set-up for this user, the value will be set to 'unknown'.'
-
value
public IamMfaTypeEnum.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumValue> value)
The unified value for the type of multi-factor authentication. If the provider does not send back a type but does specify that MFA is set-up for this user, the value will be set to 'unknown'.'
-
sourceValue
public IamMfaTypeEnum.Builder sourceValue(IamMfaTypeEnumSourceValue sourceValue)
-
sourceValue
public IamMfaTypeEnum.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumSourceValue> sourceValue)
-
build
public IamMfaTypeEnum build()
-
-