Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
First full lesson
lpaglione
committed
Nov 13, 2019
1 parent
b33d47e
commit 2af6443
Showing
6 changed files
with
173 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
title: "The structure of COmanage" | ||
teaching: 15 | ||
exercises: 0 | ||
questions: | ||
- "Question here" | ||
objectives: | ||
- "List the objectives" | ||
keypoints: | ||
- "List the key takeaways for the episode" | ||
workshopOverviewName: "COmanage Workshop: Managing Identities & Collaborations" | ||
workshopOverviewURL: "https://github.internet2.edu/lpaglione/COmg-trainingOverview/blob/master/README.md" | ||
lessonOverviewName: "CO101 - Workshop Intro & Getting to Know COmanage" | ||
lessonOverviewURL: "../index.md" | ||
previousEpisodeName: "4. COmanage Capabilities" | ||
previousEpisodeURL: "/_episodes/04-capabilities.md" | ||
nextEpisodeName: | ||
nextEpisodeURL: | ||
--- | ||
|
||
# 5. How is COmanaged structured? | ||
|
||
# People | ||
|
||
OBJECT | DESCRIPTION | Introduced in | ||
------ | ----------- | ------------- | ||
`CO Person`:gear: | The representation of a person in COmanage | [CO310-01](https://github.internet2.edu/lpaglione/COmg-CO310-modelPeople/blob/master/_episodes/01-COperson.md) | ||
`CO Group`:gear: | A specific COmanage organizational structure for representing certain collections of `CO Persons`:gear: | [CO320-03](https://github.internet2.edu/lpaglione/COmg-CO320-modelOrg/blob/master/_episodes/03-groups.md) | ||
`Identity Source`:gear: | Information about a person as obtained from an external source such as LDAP, netFORUM or ORCID | [CO310-02](https://github.internet2.edu/lpaglione/COmg-CO310-modelPeople/blob/master/_episodes/02-orgIdentity.md) | ||
`Identity Source Records`:gear: | COmanage's cached value of the values at the source | [CO310-02](https://github.internet2.edu/lpaglione/COmg-CO310-modelPeople/blob/master/_episodes/02-orgIdentity.md) | ||
`CO Person Role`:gear: | The representation of a person's role in COmanage. This object describe the person's role with certain collections of people within your organization or collaboration. These objects are attached to :gear: `CO Person` objects; there may be any number of Roles. | [C0310-04](https://github.internet2.edu/lpaglione/COmg-CO310-modelPeople/blob/master/_episodes/04-permissions.md) | ||
|
||
# Organizations/ Collaborations - sub-units | ||
|
||
OBJECT | DESCRIPTION | Introduced in | ||
------ | ----------- | ------------- | ||
`CO`:gear: | any formal or informal group of individuals that work collaboratively in a digital setting. They have a goal of a shared infrastructure that supports their collaborations so that the traditional limitations of localized applications may be overcome. | [CO320-01](https://github.internet2.edu/lpaglione/COmg-CO320-modelOrg/blob/master/_episodes/01-co.md) | ||
`COU`:gear: | an organizational structure within a CO that differs in how individuals join and/or leave the group, how applications get provisioned or deprovisioned, who manages person membership and privileges in the group, or in the information stored or used about members of the group. | [CO320-02](https://github.internet2.edu/lpaglione/COmg-CO320-modelOrg/blob/master/_episodes/02-cous.md) | ||
`CO Group`:gear: | A specific COmanage organizational structure for representing certain collections of `CO Persons`:gear: | [CO320-03](https://github.internet2.edu/lpaglione/COmg-CO320-modelOrg/blob/master/_episodes/03-groups.md) | ||
`CO Department`:gear: | A COmanage object that is used to model organizational departments. They can be used to store a number of attributes about the department, including telephone numbers, email addresses, URLs, identifiers, and the sets of people associated with specific responsibilities within the department. | [CO320-04](https://github.internet2.edu/lpaglione/COmg-CO320-modelOrg/blob/master/_episodes/04-departments.md) | ||
|
||
# Linking to Systems Outside of COmanage | ||
|
||
OBJECT | DESCRIPTION | Introduced in | ||
------ | ----------- | ------------- | ||
`Identifier`:gear: | Objects that enable one to connect the information stored about people within the COmanage platform to representations of the same people in systems outside of COmanage | [CO330-01](https://github.internet2.edu/lpaglione/COmg-CO320-modelOrg/blob/master/_episodes/01-identifiers) | ||
`CO Service`:gear: | Services or applications that can be configured for `CO Persons`:gear: to have access to by participating in the organization or collaboration. | [CO330-02](https://github.internet2.edu/lpaglione/COmg-CO320-modelOrg/blob/master/_episodes/02-coServices.md) | ||
`Plugin`:gear: | Components that are used to easily customize and extend COmanage Registry functionality. | [CO330-03](https://github.internet2.edu/lpaglione/COmg-CO320-modelOrg/blob/master/_episodes/03-plugins.md) | ||
`Provisioners`:gear: | Special Plugins that enable you to Provision to external systems using information stored within COmanage | [CO350](https://github.internet2.edu/lpaglione/COmg-CO350-workflowProvisioning/blob/master/index.md) | ||
|
||
--- | ||
|
||
PREVIOUS SECTION: [4. COmanage Capabilities](/_episodes/04-capabilities.md) | ||
|
||
--- | ||
|
||
NEXT LESSON: [CO201 - Installing COmanage Using Docker Images](https://github.internet2.edu/lpaglione/COmg-CO201-dockerInstallation/blob/master/index.md) | ||
|
||
LESSON OVERVIEW: [CO101 - Workshop Intro & Getting to Know COmanage](../index.md) | ||
|
||
WORKSHOP OVERVIEW: [COmanage Workshop: Managing Identities & Collaborations](https://github.internet2.edu/lpaglione/COmg-trainingOverview/blob/master/README.md) | ||
|
This file was deleted.
Oops, something went wrong.