INPUT_OBJECT
Input required to update file indexing status of cloud native workloads.
input UpdateCloudNativeIndexingStatusInput {# List of workload IDs.workloadIds: [UUID!]!# Specifies whether file indexing is enabled or not for workloads.isIndexingEnabled: Boolean!}