Google Cloud Assured Workloads Workload

Schema for an Assured Workloads workload, representing a compliance-controlled environment on Google Cloud.

ComplianceData ResidencyFedRAMPGovernanceHIPAARegulatory

Properties

Name Type Description
name string The resource name of the workload
displayName string User-assigned display name of the workload
complianceRegime string The compliance regime for the workload
billingAccount string The billing account associated with the workload
labels object Labels applied to the workload
provisionedResourcesParent string The parent of the folder where resources are provisioned
resources array Resources associated with the workload
createTime string The creation time of the workload
compliantButDisallowedServices array Services that are compliant but not allowed for the workload
View JSON Schema on GitHub

JSON Schema

google-cloud-assured-workloads-workload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://cloud.google.com/schemas/assuredworkloads/workload.json",
  "title": "Google Cloud Assured Workloads Workload",
  "description": "Schema for an Assured Workloads workload, representing a compliance-controlled environment on Google Cloud.",
  "type": "object",
  "required": ["displayName", "complianceRegime"],
  "properties": {
    "name": {
      "type": "string",
      "description": "The resource name of the workload"
    },
    "displayName": {
      "type": "string",
      "description": "User-assigned display name of the workload"
    },
    "complianceRegime": {
      "type": "string",
      "description": "The compliance regime for the workload",
      "enum": [
        "FEDRAMP_HIGH",
        "FEDRAMP_MODERATE",
        "HIPAA",
        "HITRUST",
        "CJIS",
        "IL4",
        "IL5",
        "ITAR",
        "EU_REGIONS_AND_SUPPORT",
        "CA_REGIONS_AND_SUPPORT",
        "AU_REGIONS_AND_US_SUPPORT"
      ]
    },
    "billingAccount": {
      "type": "string",
      "description": "The billing account associated with the workload"
    },
    "labels": {
      "type": "object",
      "description": "Labels applied to the workload",
      "additionalProperties": {
        "type": "string"
      }
    },
    "provisionedResourcesParent": {
      "type": "string",
      "description": "The parent of the folder where resources are provisioned"
    },
    "resources": {
      "type": "array",
      "description": "Resources associated with the workload",
      "items": {
        "$ref": "#/$defs/Resource"
      }
    },
    "createTime": {
      "type": "string",
      "format": "date-time",
      "description": "The creation time of the workload"
    },
    "compliantButDisallowedServices": {
      "type": "array",
      "description": "Services that are compliant but not allowed for the workload",
      "items": {
        "type": "string"
      }
    }
  },
  "$defs": {
    "Resource": {
      "type": "object",
      "description": "A resource associated with the workload",
      "properties": {
        "resourceId": {
          "type": "integer",
          "description": "The numeric identifier of the resource"
        },
        "resourceType": {
          "type": "string",
          "description": "The type of the resource",
          "enum": ["CONSUMER_PROJECT", "CONSUMER_FOLDER", "ENCRYPTION_KEYS_PROJECT", "KEYRING"]
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-cloud-assured-workloads-workload"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.