Skip to main content

DesFolderPermission

Information about a folder permission.

type DesFolderPermission {
canCreate: Boolean!
canDelete: Boolean!
canEdit: Boolean!
canRead: Boolean!
group: DesUserGroup
name: String!
scope: DesPermissionScope!
user: DesUser
}

Fields

DesFolderPermission.canCreate ● Boolean! non-null scalar

Tells if this permission allows creation of objects within the associated folder.

DesFolderPermission.canDelete ● Boolean! non-null scalar

Tells if this permission allows deletion of the associated folder.

DesFolderPermission.canEdit ● Boolean! non-null scalar

Tells if this permission allows editing the associated folder.

DesFolderPermission.canRead ● Boolean! non-null scalar

Tells if this permission allows reading of the associated folder.

DesFolderPermission.group ● DesUserGroup object

The DesUserGroup this permission is associated with.

DesFolderPermission.name ● String! non-null scalar

The name of this permission.

DesFolderPermission.scope ● DesPermissionScope! non-null enum

The permission scope to differentiate different permission types.

DesFolderPermission.user ● DesUser object

The user this permission is associated with.