Sha256: ecd1721df6f3aa8baad568f3a23502a961dc460c1abdfd6614b1ff67ca32dc37
Contents?: true
Size: 553 Bytes
Versions: 12
Compression:
Stored size: 553 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # IamUserValue - The status of the user, e.g. whether the user is enabled, has been disabled (eg. by an admin), or is pending (ie: awaiting approval by the user or an admin). class IamUserValue < T::Enum enums do ENABLED = new('enabled') DISABLED = new('disabled') PENDING = new('pending') UNMAPPED_VALUE = new('unmapped_value') end end end end
Version data entries
12 entries across 12 versions & 1 rubygems