KFSG#41700 -- Scim koppeling realiseren.

svn path=/Website/branches/v2017.2/; revision=35654
This commit is contained in:
Arthur Egberink
2017-10-12 06:57:59 +00:00
parent a0fa62ebb0
commit f1d3ad9fe8

View File

@@ -318,8 +318,7 @@
"description": "A label indicating the type of resource, e.g., 'User' or 'Group'.",
"required": false,
"caseExact": false,
"canonicalValues": ["User",
"Group"],
"canonicalValues": ["User"],
"mutability": "immutable",
"returned": "default",
"uniqueness": "none"
@@ -364,7 +363,7 @@
"description": "User organisation.",
"required": false,
"subAttributes": [{
"name": "id",
"name": "value",
"type": "string",
"multiValued": false,
"description": "The organisation unit id.",
@@ -377,8 +376,7 @@
{
"name": "$ref",
"type": "reference",
"referenceTypes": ["User",
"OrgUnit"],
"referenceTypes": ["OrgUnit"],
"multiValued": false,
"description": "The URI of the corresponding 'OrgUnit' resource to which the user belongs.",
"required": false,