DesUpdateFolderPermissionInput
Input for updating folder permission.
input DesUpdateFolderPermissionInput {
canModify: Boolean!
groupId: String
scope: DesPermissionScope!
userId: String
}
Fields
DesUpdateFolderPermissionInput.canModify ● Boolean! non-null scalar
Allows updating, deleting and creating when set, otherwise only read permissions will be allowed.
DesUpdateFolderPermissionInput.groupId ● String scalar
Group reference identifier.
DesUpdateFolderPermissionInput.scope ● DesPermissionScope! non-null enum
Scope of the permission.
DesUpdateFolderPermissionInput.userId ● String scalar
Workspace user identifier.