Google Cloud Assured Workloads website screenshot

Google Cloud Assured Workloads

Google Cloud Assured Workloads enables organizations to create and manage compliance-controlled environments on Google Cloud. It provides guardrails for regulatory compliance frameworks such as FedRAMP, HIPAA, CJIS, ITAR, and others by enforcing organizational policies, data residency requirements, and access controls on cloud resources within designated workload environments.

1 APIs 0 Features
ComplianceData ResidencyFedRAMPGovernanceHIPAARegulatory

APIs

Assured Workloads API

The Assured Workloads API enables developers to programmatically create, manage, and monitor compliance-controlled workload environments on Google Cloud. It supports creating wo...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Google Cloud Assured Workloads Context

0 classes · 2 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Assured Workloads API
  version: v1
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    accessTokenUrl: https://oauth2.googleapis.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Workloads
    type: folder
  items:
  - info:
      name: Google Cloud Assured Workloads List workloads
      type: http
    http:
      method: GET
      url: https://assuredworkloads.googleapis.com/v1/organizations/:organizationId/locations/:location/workloads
      params:
      - name: organizationId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Lists assured workloads under a specified organization and location.
  - info:
      name: Google Cloud Assured Workloads Create a workload
      type: http
    http:
      method: POST
      url: https://assuredworkloads.googleapis.com/v1/organizations/:organizationId/locations/:location/workloads
      params:
      - name: organizationId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates a new assured workload with the specified compliance regime.
  - info:
      name: Google Cloud Assured Workloads Get a workload
      type: http
    http:
      method: GET
      url: https://assuredworkloads.googleapis.com/v1/organizations/:organizationId/locations/:location/workloads/:workloadId
      params:
      - name: organizationId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: workloadId
        value: ''
        type: path
    docs: Gets an assured workload by resource name.
  - info:
      name: Google Cloud Assured Workloads Update a workload
      type: http
    http:
      method: PATCH
      url: https://assuredworkloads.googleapis.com/v1/organizations/:organizationId/locations/:location/workloads/:workloadId
      params:
      - name: organizationId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: workloadId
        value: ''
        type: path
      - name: updateMask
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Updates an existing assured workload.
  - info:
      name: Google Cloud Assured Workloads Delete a workload
      type: http
    http:
      method: DELETE
      url: https://assuredworkloads.googleapis.com/v1/organizations/:organizationId/locations/:location/workloads/:workloadId
      params:
      - name: organizationId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: workloadId
        value: ''
        type: path
    docs: Deletes an assured workload.
- info:
    name: Violations
    type: folder
  items:
  - info:
      name: Google Cloud Assured Workloads List violations
      type: http
    http:
      method: GET
      url: https://assuredworkloads.googleapis.com/v1/organizations/:organizationId/locations/:location/workloads/:workloadId/violations
      params:
      - name: organizationId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: workloadId
        value: ''
        type: path
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Lists compliance violations for a workload.
bundled: true