Permission
Last updated
Was this helpful?
Represents a permission set on a data object.
type Permission {
description: String!
name: String!
}String! non-null scalarThe description of that permission.
String! non-null scalarThe permission set on the data object.
DataObject object
Last updated
Was this helpful?
Was this helpful?