Class: SCIMMY.Schemas.ResourceType

SCIM ResourceType Schema

Summary:
  • Ensures a ResourceType instance conforms to the ResourceType schema set out in RFC7643ยง6.

Usage

Instantiates a new resource type that conforms to the SCIM ResourceType schema definition

                    
                        new SCIMMY.Schemas.ResourceType(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