UpsertProcedureAccessControlArgs
No description
input UpsertProcedureAccessControlArgs {
targetId: ID!
targetType: AccessTargetType!
canViewData: Boolean
canDesign: Boolean
canDataCapture: Boolean
}
Fields
UpsertProcedureAccessControlArgs.targetId ● ID! non-null scalar common
The ID of the target object.
UpsertProcedureAccessControlArgs.targetType ● AccessTargetType! non-null enum core
The type of target object.
UpsertProcedureAccessControlArgs.canViewData ● Boolean scalar common
If the target can view results.
UpsertProcedureAccessControlArgs.canDesign ● Boolean scalar common
If the target can edit the procedure.
UpsertProcedureAccessControlArgs.canDataCapture ● Boolean scalar common
If the target can execute the procedure.
Member Of
ProcedureAccessArgs input