Skip to main content

UpsertDashboardAccessControlArgs

No description

input UpsertDashboardAccessControlArgs {
targetId: ID!
targetType: AccessTargetType!
canView: Boolean
canDesign: Boolean
}

Fields

UpsertDashboardAccessControlArgs.targetId ● ID! non-null scalar common

The ID of the target object.

UpsertDashboardAccessControlArgs.targetType ● AccessTargetType! non-null enum core

The type of target object.

UpsertDashboardAccessControlArgs.canView ● Boolean scalar common

If the target can view results.

UpsertDashboardAccessControlArgs.canDesign ● Boolean scalar common

If the target can edit the dashboard.

Member Of

DashboardAccessArgs input