Sha256: 39b529f7983592d908d847dc454319c5cb40fb9c6737c18aea97bb52359877a2
Contents?: true
Size: 505 Bytes
Versions: 3
Compression:
Stored size: 505 Bytes
Contents
# frozen_string_literal: true module Osso module GraphQL module Types class IdentityProviderService < BaseEnum value('AZURE', 'Microsoft Azure Identity Provider', value: 'AZURE') value('GOOGLE', 'Google SAML Identity Provider', value: 'GOOGLE') value('OKTA', 'Okta Identity Provider', value: 'OKTA') value('ONELOGIN', 'OneLogin Identity Provider', value: 'ONELOGIN') value('PING', 'PingID Identity Provider', value: 'PING') end end end end
Version data entries
3 entries across 3 versions & 1 rubygems