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