Resource: ServiceProviderConfig
From RFC 7643 section 5. The service provider configuration resource enables a service provider to discover SCIM specification features in a standardized form as well as provide additional implementation details to clients.
| JSON representation |
|---|
{ "schemas": [ string ], "authenticationSchemes": [ { object ( |
| Fields | |
|---|---|
schemas[] |
Output only. The |
authenticationSchemes[] |
Output only. A multi-valued complex type that specifies supported authentication schemes. |
documentationUri |
Output only. An HTTP-addressable URL pointing to the service provider's human-consumable help documentation. |
patch |
Output only. A complex type that specifies PATCH feature support. |
bulk |
Output only. A complex type that specifies bulk operation support. |
filter |
Output only. A complex type that specifies filter support. |
changePassword |
Output only. A complex type that specifies change password support. |
sort |
Output only. A complex type that specifies sort support. |
etag |
Output only. A complex type that specifies ETag support. |
meta |
Output only. Resource metadata assigned by the service provider. |
PatchFeature
A complex type that specifies PATCH feature support.
| JSON representation |
|---|
{ "supported": boolean } |
| Fields | |
|---|---|
supported |
Output only. Specifies whether or not the operation is supported. |
BulkFeature
A complex type that specifies bulk operation support.
| JSON representation |
|---|
{ "supported": boolean, "maxOperations": integer, "maxPayloadSize": integer } |
| Fields | |
|---|---|
supported |
Output only. Specifies whether or not the operation is supported. |
maxOperations |
Output only. Specifies the maximum number of operations. |
maxPayloadSize |
Output only. Specifies the maximum payload size in bytes. |
FilterFeature
A complex type that specifies filter support.
| JSON representation |
|---|
{ "supported": boolean, "maxResults": integer } |
| Fields | |
|---|---|
supported |
Output only. Specifies whether or not the operation is supported. |
maxResults |
Output only. Specifies the maximum number of results. |
ChangePasswordFeature
A complex type that specifies change password support.
| JSON representation |
|---|
{ "supported": boolean } |
| Fields | |
|---|---|
supported |
Output only. Specifies whether or not the operation is supported. |
SortFeature
A complex type that specifies sort support.
| JSON representation |
|---|
{ "supported": boolean } |
| Fields | |
|---|---|
supported |
Output only. Specifies whether or not the operation is supported. |
EtagFeature
A complex type that specifies ETag support.
| JSON representation |
|---|
{ "supported": boolean } |
| Fields | |
|---|---|
supported |
Output only. Specifies whether or not the operation is supported. |
AuthenticationScheme
A multi-valued complex type that specifies supported authentication schemes.
| JSON representation |
|---|
{ "type": string, "name": string, "description": string, "specUri": string, "documentationUri": string, "primary": boolean } |
| Fields | |
|---|---|
type |
Output only. The authentication scheme type. |
name |
Output only. The name of the authentication scheme. |
description |
Output only. A description of the authentication scheme. |
specUri |
Output only. An HTTP-addressable URL pointing to the authentication scheme's specification. |
documentationUri |
Output only. An HTTP-addressable URL pointing to the authentication scheme's documentation. |
primary |
Output only. Indicates the |
Methods |
|
|---|---|
|
Retrieves the Service Provider Configuration. |