Class: SCIMMY.Schemas.ServiceProviderConfig

SCIM Service Provider Configuration Schema

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)
                    
                
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