Sha256: ab0e1f58ee0fbb049e7a68178c2f8dfd598d0d8437d40e10db6bb0f7ffff0ff8
Contents?: true
Size: 630 Bytes
Versions: 24
Compression:
Stored size: 630 Bytes
Contents
# frozen_string_literal: true json.key_format! camelize: :lower json.meta do render meta, json: json end json.schemas [Scim::Kit::V2::Schemas::SERVICE_PROVIDER_CONFIGURATION] json.documentation_uri documentation_uri json.patch do render patch, json: json end json.bulk do render bulk, json: json end json.filter do render filter, json: json end json.change_password do render change_password, json: json end json.sort do render sort, json: json end json.etag do render etag, json: json end json.authentication_schemes authentication_schemes do |authentication_scheme| render authentication_scheme, json: json end
Version data entries
24 entries across 24 versions & 1 rubygems