Sha256: b3b209cf695c6d3cabb25fb9e1557e262d744179bfada09ba5770b028648db2a
Contents?: true
Size: 643 Bytes
Versions: 4
Compression:
Stored size: 643 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # IamMfaTypeEnumValue - 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'.' class IamMfaTypeEnumValue < T::Enum enums do SMS = new('sms') EMAIL = new('email') PUSH = new('push') TOTP = new('totp') UNKNOWN = new('unknown') UNMAPPED_VALUE = new('unmapped_value') end end end end
Version data entries
4 entries across 4 versions & 1 rubygems