Skip to main content

UpsertReportAccessControlArgs

No description

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

Fields

UpsertReportAccessControlArgs.targetId ● ID! non-null scalar common

The ID of the target object.

UpsertReportAccessControlArgs.targetType ● AccessTargetType! non-null enum core

The type of target object.

UpsertReportAccessControlArgs.canView ● Boolean scalar common

If the target can view results.

UpsertReportAccessControlArgs.canDesign ● Boolean scalar common

If the target can edit the report.

Member Of

ReportAccessArgs input