Skip to content

Commit

Permalink
Update federation-manager-message-formats.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Aug 28, 2020
1 parent 6405e3b commit a35a083
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions fm/federation-manager-message-formats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,14 @@

=== Attributes:

[source,js]
----
resourceTypeVersion: { string literal: “1.1.0” }

resourceType: { string literal: “FMperson” }

schemas: { collection of schema references for the message format(s) } <1>

eventType: {create, read, update, delete}
----
<1> In YAML:
```
schemas:
- s1: http://../.
- s2: ...
```

[source,js
----

sorID: ? {COmanage user identifier (COmanage-generated ePPN- this will be null at first, then we will start flowing it into FM user models from COmanage. Need to add this as an attribute on FM user model/database now)} Format should be according to: https://github.internet2.edu/api-schema/person/blob/master/schema/minimalRegistryPerson.json[https://github.internet2.edu/api-schema/person/blob/master/schema/minimalRegistryPerson.json] and “source” should be “icp-comanage” for COmanage-sourced identifiers. The FM primary int32 user record key should also be included as a “source” of “fm-user-pk”

lastModified: ?&nbsp; { ISO 8601 date time stamp of object most recent modification }
Expand Down

0 comments on commit a35a083

Please sign in to comment.