Sha256: 84da044798d57b3d6323d6ca458c226e1bddf6552b6f90a65aaf02f92ffe0eb1
Contents?: true
Size: 356 Bytes
Versions: 12
Compression:
Stored size: 356 Bytes
Contents
# frozen_string_literal: true module Scim module Kit module V2 module Schemas CORE = 'urn:ietf:params:scim:schemas:core:2.0' GROUP = "#{CORE}:Group" RESOURCE_TYPE = "#{CORE}:ResourceType" SERVICE_PROVIDER_CONFIGURATION = "#{CORE}:ServiceProviderConfig" USER = "#{CORE}:User" end end end end
Version data entries
12 entries across 12 versions & 1 rubygems