Class: SCIMMY.Schemas.ServiceProviderConfig
SCIM Service Provider Configuration Schema
Description
Summary:
- Ensures a ServiceProviderConfig instance conforms to the Service Provider Configuration schema set out in RFC7643ยง5.
Usage
Instantiates a new service provider configuration that conforms to the SCIM ServiceProviderConfig schema definition
new SCIMMY.Schemas.ServiceProviderConfig(resource, basepathopt)
- Extends:
- SCIMMY.Types.Schema
Parameters:
Name | Type | Description |
---|---|---|
resource
|
Object |
the source data to feed through the schema definition |
basepathopt
|
String |
the base path for resolution of a resource's location |
Members
(static) definition: SCIMMY.Types.SchemaDefinition
Retrieves a schema's definition instance
- Type:
- {SCIMMY.Types.SchemaDefinition}
- Implements:
- SCIMMY.Types.Schema.definition