UpsertActionTypeAccessControlArgs
No description
input UpsertActionTypeAccessControlArgs {
targetId: ID!
targetType: AccessTargetType!
canViewActions: Boolean
canEditActions: Boolean
}
Fields
UpsertActionTypeAccessControlArgs.targetId ● ID! non-null scalar common
The ID of the target object.
UpsertActionTypeAccessControlArgs.targetType ● AccessTargetType! non-null enum core
The type of target object.
UpsertActionTypeAccessControlArgs.canViewActions ● Boolean scalar common
If the target can view actions.
UpsertActionTypeAccessControlArgs.canEditActions ● Boolean scalar common
If the target can edit actions.
Member Of
ActionTypeAccessArgs input