WorkspaceAccountRolePatch
Represents an update to a WorkspaceAccountRole. Fields that are set will be updated.
input WorkspaceAccountRolePatch {
id: String
workspaceAccountId: String
roleId: String
assignedBy: String
assignedAt: Datetime
version: Int
workspaceId: String
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}
Fields
WorkspaceAccountRolePatch.id ● String scalar
WorkspaceAccountRolePatch.workspaceAccountId ● String scalar
WorkspaceAccountRolePatch.roleId ● String scalar
WorkspaceAccountRolePatch.assignedBy ● String scalar
The member who assigned this role.
WorkspaceAccountRolePatch.assignedAt ● Datetime scalar
When the role was assigned to the member.
WorkspaceAccountRolePatch.version ● Int scalar
WorkspaceAccountRolePatch.workspaceId ● String scalar
WorkspaceAccountRolePatch.deletedAt ● Datetime scalar
WorkspaceAccountRolePatch.updatedAt ● Datetime scalar
WorkspaceAccountRolePatch.createdAt ● Datetime scalar
Member Of
UpdateWorkspaceAccountRoleByNodeIdInput input ● UpdateWorkspaceAccountRoleInput input