Class: SCIMMY.Schemas.Group
SCIM Group Schema
Description
Summary:
- Ensures a Group instance conforms to the Group schema set out in RFC7643ยง4.2.
Usage
Instantiates a new group that conforms to the SCIM Group schema definition
new SCIMMY.Schemas.Group(resource, directionopt, basepathopt, filtersopt)
- Extends:
- SCIMMY.Types.Schema
- Source:
- src/lib/schemas/group.js, line 9
Parameters:
Name | Type | Default | Description |
---|---|---|---|
resource
|
Object
|
|
the source data to feed through the schema definition |
directionopt
|
String
|
|
whether the resource is inbound from a request or outbound for a response |
basepathopt
|
String
|
|
the base path for resolution of a resource's location |
filtersopt
|
SCIMMY.Types.Filter
|
|
attribute filters to apply to the coerced value |
Properties:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
displayName
|
String
|
a human-readable name for the Group |
|||||||||||||||
membersopt
|
Object[]
|
a list of members of the Group Properties
|
Members
(static) id: "urn:ietf:params:scim:schemas:core:2.0:Group"
SCIM schema URN namespace
- Type:
- {"urn:ietf:params:scim:schemas:core:2.0:Group"}
- 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