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  | 
        
Properties:
| Name | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
                    
                        documentationUri
                    
                 | 
            
            
                
                    
    String
                
             | 
            
            
                 an HTTP-addressable URL pointing to the service provider's human-consumable help documentation  | 
        ||||||||||||||||||
                    
                        patch
                    
                 | 
            
            
                
                    
    Object
                
             | 
            
            
                 a complex type that specifies PATCH configuration options Properties
  | 
        ||||||||||||||||||
                    
                        bulk
                    
                 | 
            
            
                
                    
    Object
                
             | 
            
            
                 a complex type that specifies bulk configuration options Properties
  | 
        ||||||||||||||||||
                    
                        filter
                    
                 | 
            
            
                
                    
    Object
                
             | 
            
            
                 a complex type that specifies FILTER options Properties
  | 
        ||||||||||||||||||
                    
                        changePassword
                    
                 | 
            
            
                
                    
    Object
                
             | 
            
            
                 a complex type that specifies configuration options related to changing a password Properties
  | 
        ||||||||||||||||||
                    
                        sort
                    
                 | 
            
            
                
                    
    Object
                
             | 
            
            
                 a complex type that specifies sort result options Properties
  | 
        ||||||||||||||||||
                    
                        etag
                    
                 | 
            
            
                
                    
    Object
                
             | 
            
            
                 a complex type that specifies ETag configuration options Properties
  | 
        ||||||||||||||||||
                    
                        authenticationSchemes
                    
                 | 
            
            
                
                    
    Object[]
                
             | 
            
            
                 a complex type that specifies supported authentication scheme properties Properties
  | 
        
Members
(static) id: "urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
SCIM schema URN namespace
- Type:
 - {"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"}
 - Extends:
 - SCIMMY.Types.Schema.id
 
(static) definition: SCIMMY.Types.SchemaDefinition
Retrieves a schema's definition instance
- Type:
 - {SCIMMY.Types.SchemaDefinition}
 - Implements:
 - SCIMMY.Types.Schema.definition