AvailableRolePermission
One permission row for a role: the permission key and whether it is granted to human users and to agents.
type AvailableRolePermission {
permission: String
userGrant: Boolean
agentGrant: Boolean
}
Fields
AvailableRolePermission.permission ● String scalar
Permission key, e.g. accord.workspace.member.read.
AvailableRolePermission.userGrant ● Boolean scalar
Whether human users holding this role are granted the permission.
AvailableRolePermission.agentGrant ● Boolean scalar
Whether agents acting under this role are granted the permission.
Member Of
AvailableRole object