DesUpdateFolderPermissionsInput
Input for updating folder permissions.
input DesUpdateFolderPermissionsInput {
folderId: ID!
permissions: [DesUpdateFolderPermissionInput!]!
replaceExisting: Boolean
workspaceUrl: String
}
Fields
DesUpdateFolderPermissionsInput.folderId ● ID! non-null scalar
Folder identifier for updating folder permissions. Soon, folderId will be the reference identifier (GUID) instead of node identifier, and should be used along with workspaceUrl.
DesUpdateFolderPermissionsInput.permissions ● [DesUpdateFolderPermissionInput!]! non-null input
Permissions to update.
DesUpdateFolderPermissionsInput.replaceExisting ● Boolean scalar
Tells to replace all existing permissions. By default permissions are added to existing.
DesUpdateFolderPermissionsInput.workspaceUrl ● String scalar
URL of the workspace in which the folder exists.