Sha256: 15d1b816404eef6851b89090d041db77beb0a3d1a116ce805ce27ebbc7081cd7
Contents?: true
Size: 386 Bytes
Versions: 14
Compression:
Stored size: 386 Bytes
Contents
# frozen_string_literal: true module WorkOS module Types # The Intent constants are declarations of a fixed set of values for # intents while generating an Admin Portal link. module Intent AUDIT_LOGS = 'audit_logs' DSYNC = 'dsync' LOG_STREAMS = 'log_streams' SSO = 'sso' ALL = [AUDIT_LOGS, DSYNC, LOG_STREAMS, SSO].freeze end end end
Version data entries
14 entries across 14 versions & 1 rubygems