This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 21 lines
!!! Overview
[{$pagename}] ([RFC 7643] Section 6 refers to this as the ResourceType Schema) specifies the metadata about a resource type.
Resource type resources are READ-ONLY and identified using the following schema URI:
%%prettify
{{{
urn:ietf:params:scim:schemas:core:2.0:ResourceType
}}} /%
Unlike other core resources, all attributes are __REQUIRED__ unless otherwise specified. The "id" attribute is __OPTIONAL__ for the resource type resource.
The following singular attributes are defined:
* id - __OPTIONAL__ The resource type's server unique id. This is often the same value as the "name" attribute.
* name - __REQUIRED__ The resource type name. When applicable, service providers MUST specify the name, e.g., "User" or "Group". This name is referenced by the [SCIM meta.ResourceType] attribute in all resources.
* description - __OPTIONAL__ The resource type's human-readable description. When applicable, [SCIM Service Provider] __MUST__ specify the description
* [endpoint|SCIM Available Endpoints] - __REQUIRED__ The resource type's HTTP-addressable endpoint relative to the Base URL of the [SCIM Service Provider], e.g., "Users".
* [schema|SCIM Base Schema] - __REQUIRED__ The resource type's [SCIM Base Schema] [URI], e.g., "urn:ietf:params:scim:schemas:core:2.0:User". This MUST be equal to the "id" attribute of the associated "Schema" resource.
* [schemaExtensions|SCIM schemaExtensions] - __OPTIONAL__ A list of URIs of the resource type's schema extensions.In order to determine which [URI] value in the "schemas" attribute is the [{$pagename}] and which is a [SCIM schemaExtensions] for any given [SCIM Resource], the resource's [SCIM meta.ResourceType] attribute value MAY be used to retrieve the [{$pagename}]'s "ResourceType" [{$pagename}].
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]