No description available.
View raw schema
{
"type": "permission-set",
"title": "Private frnd.codes groups",
"detail": "Create private identity groups and view groups shared with you.",
"permissions": [
{
"type": "permission",
"action": [
"read",
"create",
"update",
"delete"
],
"manage": [
"create",
"update",
"delete"
],
"resource": "space",
"authority": "self",
"spaceType": "codes.frnd.shared.group",
"collection": [
"codes.frnd.shared.groupData",
"codes.frnd.actor.identity"
]
},
{
"type": "permission",
"action": [
"read"
],
"resource": "space",
"authority": "*",
"spaceType": "codes.frnd.shared.group"
},
{
"type": "permission",
"action": [
"read",
"create",
"update",
"delete"
],
"manage": [
"create",
"update",
"delete"
],
"resource": "space",
"authority": "self",
"spaceType": "codes.frnd.shared.access",
"collection": [
"codes.frnd.shared.accessEntry"
]
},
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "space",
"authority": "*",
"spaceType": "codes.frnd.shared.access",
"collection": [
"codes.frnd.shared.accessEntry"
]
}
]
}