DesProjectPermission
A permission associated with the project.
type DesProjectPermission {
canCreate: Boolean!
canDelete: Boolean!
canEdit: Boolean!
canRead: Boolean!
group: DesUserGroup
name: String!
scope: DesPermissionScope!
user: DesUser
}
Fields
DesProjectPermission.canCreate ● Boolean! non-null scalar
Tells if this permission allows creation of objects within the associated project.
DesProjectPermission.canDelete ● Boolean! non-null scalar
Tells if this permission allows deletion of the associated project.
DesProjectPermission.canEdit ● Boolean! non-null scalar
Tells if this permission allows editing the associated project.
DesProjectPermission.canRead ● Boolean! non-null scalar
Tells if this permission allows reading of the associated project.
DesProjectPermission.group ● DesUserGroup object
The DesUserGroup this permission is associated with.
DesProjectPermission.name ● String! non-null scalar
The name of this project permission.
DesProjectPermission.scope ● DesPermissionScope! non-null enum
The permission scope to differentiate different permission types.
DesProjectPermission.user ● DesUser object
The user this project permission is associated with.