Skip to content

Commit

Permalink
docs(Ownership): making lack of support for ownergroups in frontend e…
Browse files Browse the repository at this point in the history
…xplicit in pdl (#2139)
  • Loading branch information
gabe-lyons authored Feb 25, 2021
1 parent e7c3fd8 commit e6f7f39
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ record Owner {

/**
* Owner URN, e.g. urn:li:corpuser:ldap, urn:li:corpGroup:group_name, and urn:li:multiProduct:mp_name
* (Caveat: only corpuser is currently supported in the frontend.)
*/
owner: Urn

Expand All @@ -19,4 +20,4 @@ record Owner {
* Source information for the ownership
*/
source: optional OwnershipSource
}
}

0 comments on commit e6f7f39

Please sign in to comment.