No description available.
View raw schema
{
"type": "permission-set",
"title": "Full Inlay Permissions",
"detail": "Manage creating and updating Inlay components and records.",
"permissions": [
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"at.inlay.component",
"at.inlay.canvas",
"at.inlay.endpoint",
"at.inlay.profile"
]
}
]
}