Sha256: 3d34e7301ee387d6267ea44733484fef2cd1aaac58e466bbdec50bd66a92da21
Contents?: true
Size: 642 Bytes
Versions: 2
Compression:
Stored size: 642 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stackone_client-0.2.39 | lib/stack_one/models/shared/iammfatypeenum_value.rb |
stackone_client-0.2.38 | lib/stack_one/models/shared/iammfatypeenum_value.rb |