Sha256: 2c41d650193542877574b7ab386bef7b45b192de4712373c513a3f8cc409d6fa
Contents?: true
Size: 457 Bytes
Versions: 9
Compression:
Stored size: 457 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' CERTIFICATE_RENEWAL = 'certificate_renewal' DSYNC = 'dsync' LOG_STREAMS = 'log_streams' SSO = 'sso' ALL = [AUDIT_LOGS, CERTIFICATE_RENEWAL, DSYNC, LOG_STREAMS, SSO].freeze end end end
Version data entries
9 entries across 9 versions & 1 rubygems