UpsertReportGroupAccessControlArgs
No description
input UpsertReportGroupAccessControlArgs {
targetId: ID!
targetType: AccessTargetType!
canAdministerGroup: Boolean
canViewAll: Boolean
canDesignAll: Boolean
}
Fields
UpsertReportGroupAccessControlArgs.targetId ● ID! non-null scalar common
The ID of the target object.
UpsertReportGroupAccessControlArgs.targetType ● AccessTargetType! non-null enum core
The type of target object.
UpsertReportGroupAccessControlArgs.canAdministerGroup ● Boolean scalar common
UpsertReportGroupAccessControlArgs.canViewAll ● Boolean scalar common
UpsertReportGroupAccessControlArgs.canDesignAll ● Boolean scalar common
Member Of
ReportGroupAccessArgs input