INPUT_OBJECT
Input required to set the properties of GCP cloud account in bulk.
input GcpBulkSetCloudAccountPropertiesInput {# List of cloud accounts for which the property update is to be performed.cloudAccountIds: [UUID!]!# Credentials to be used for cloud interactions for the project.projectCredentialsJwt: String!}