Resource: ResourceType
From RFC 7643 section 6. Specifies the metadata about a resource type.
| JSON representation |
|---|
{ "schemas": [ string ], "schemaExtensions": [ { object ( |
| Fields | |
|---|---|
schemas[] |
Output only. The |
schemaExtensions[] |
Output only. A list of schema extensions for this resource type. |
name |
Output only. The resource type name. For example, |
id |
Identifier. The resource type's unique ID. This is the same value as the |
description |
Output only. The resource type's human-readable description. |
endpoint |
Output only. The resource type's HTTP-addressable endpoint relative to the base URL. |
schema |
Output only. The resource type's primary/base schema URI. |
meta |
Output only. Resource metadata assigned by the service provider. |
SchemaExtension
From RFC 7643 Section 6. Defines a schema extension supported or required for a SCIM resource type.
| JSON representation |
|---|
{ "schema": string, "required": boolean } |
| Fields | |
|---|---|
schema |
Required. The URI of an extended schema, for example, |
required |
Required. Specifies whether or not the schema extension is required for the resource type. If |
Methods |
|
|---|---|
|
Retrieves a specific resource type. |
|
Retrieves all resource types. |