Class IamMfaTypeEnum


  • public class IamMfaTypeEnum
    extends java.lang.Object
    • Constructor Detail

      • IamMfaTypeEnum

        public IamMfaTypeEnum​(org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumValue> value,
                              org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumSourceValue> sourceValue)
      • IamMfaTypeEnum

        public IamMfaTypeEnum()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<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'.'
      • withValue

        public IamMfaTypeEnum withValue​(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'.'
      • withValue

        public IamMfaTypeEnum withValue​(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'.'
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object