{ "batchPath": "batch", "documentationLink": "https://cloud.google.com/learnmoreurl", "baseUrl": "https://assuredworkloads.googleapis.com/", "fullyEncodeReservedExpansion": true, "ownerDomain": "google.com", "id": "assuredworkloads:v1beta1", "icons": { "x32": "http://www.google.com/images/icons/product/search-32.gif", "x16": "http://www.google.com/images/icons/product/search-16.gif" }, "version": "v1beta1", "rootUrl": "https://assuredworkloads.googleapis.com/", "version_module": true, "basePath": "", "title": "Assured Workloads API", "canonicalName": "Assuredworkloads", "description": "", "kind": "discovery#restDescription", "servicePath": "", "resources": { "organizations": { "resources": { "locations": { "resources": { "workloads": { "resources": { "violations": { "methods": { "list": { "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}/violations", "description": "Lists the Violations in the AssuredWorkload Environment. Callers may also choose to read across multiple Workloads as per [AIP-159](https://google.aip.dev/159) by using '-' (the hyphen or dash character) as a wildcard character instead of workload-id in the parent. Format `organizations/{org_id}/locations/{location}/workloads/-`", "httpMethod": "GET", "response": { "$ref": "GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "parameters": { "interval.startTime": { "description": "The start of the time window.", "type": "string", "location": "query", "format": "google-datetime" }, "pageSize": { "location": "query", "format": "int32", "description": "Optional. Page size.", "type": "integer" }, "pageToken": { "type": "string", "description": "Optional. Page token returned from previous request.", "location": "query" }, "interval.endTime": { "type": "string", "format": "google-datetime", "description": "The end of the time window.", "location": "query" }, "parent": { "location": "path", "pattern": "^organizations/[^/]+/locations/[^/]+/workloads/[^/]+$", "required": true, "type": "string", "description": "Required. The Workload name. Format `organizations/{org_id}/locations/{location}/workloads/{workload}`." }, "filter": { "location": "query", "type": "string", "description": "Optional. A custom filter for filtering by the Violations properties." } }, "parameterOrder": [ "parent" ], "path": "v1beta1/{+parent}/violations", "id": "assuredworkloads.organizations.locations.workloads.violations.list" }, "get": { "httpMethod": "GET", "response": { "$ref": "GoogleCloudAssuredworkloadsV1beta1Violation" }, "path": "v1beta1/{+name}", "id": "assuredworkloads.organizations.locations.workloads.violations.get", "description": "Retrieves Assured Workload Violation based on ID.", "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "parameterOrder": [ "name" ], "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}/violations/{violationsId}", "parameters": { "name": { "description": "Required. The resource name of the Violation to fetch (ie. Violation.name). Format: organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation}", "location": "path", "pattern": "^organizations/[^/]+/locations/[^/]+/workloads/[^/]+/violations/[^/]+$", "type": "string", "required": true } } }, "acknowledge": { "description": "Acknowledges an existing violation. By acknowledging a violation, users acknowledge the existence of a compliance violation in their workload and decide to ignore it due to a valid business justification. Acknowledgement is a permanent operation and it cannot be reverted.", "id": "assuredworkloads.organizations.locations.workloads.violations.acknowledge", "response": { "$ref": "GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "parameterOrder": [ "name" ], "path": "v1beta1/{+name}:acknowledge", "httpMethod": "POST", "parameters": { "name": { "location": "path", "required": true, "type": "string", "pattern": "^organizations/[^/]+/locations/[^/]+/workloads/[^/]+/violations/[^/]+$", "description": "Required. The resource name of the Violation to acknowledge. Format: organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation}" } }, "request": { "$ref": "GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest" }, "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}/violations/{violationsId}:acknowledge" } } } }, "methods": { "analyzeWorkloadMove": { "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}:analyzeWorkloadMove", "httpMethod": "GET", "parameters": { "pageToken": { "location": "query", "description": "Optional. The page token from the previous response. It needs to be passed in the second and following requests.", "type": "string" }, "project": { "location": "query", "description": "The source type is a project. Specify the project's relative resource name, formatted as either a project number or a project ID: \"projects/{PROJECT_NUMBER}\" or \"projects/{PROJECT_ID}\" For example: \"projects/951040570662\" when specifying a project number, or \"projects/my-project-123\" when specifying a project ID.", "type": "string" }, "assetTypes": { "location": "query", "description": "Optional. List of asset types to be analyzed, including and under the source resource. If empty, all assets are analyzed. The complete list of asset types is available [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).", "repeated": true, "type": "string" }, "pageSize": { "format": "int32", "description": "Optional. Page size. If a value is not specified, the default value of 10 is used.", "location": "query", "type": "integer" }, "target": { "type": "string", "required": true, "pattern": "^organizations/[^/]+/locations/[^/]+/workloads/[^/]+$", "location": "path", "description": "Required. The resource ID of the folder-based destination workload. This workload is where the source resource will hypothetically be moved to. Specify the workload's relative resource name, formatted as: \"organizations/{ORGANIZATION_ID}/locations/{LOCATION_ID}/workloads/{WORKLOAD_ID}\" For example: \"organizations/123/locations/us-east1/workloads/assured-workload-2\"" } }, "id": "assuredworkloads.organizations.locations.workloads.analyzeWorkloadMove", "description": "Analyzes a hypothetical move of a source resource to a target workload to surface compliance risks. The analysis is best effort and is not guaranteed to be exhaustive.", "response": { "$ref": "GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse" }, "parameterOrder": [ "target" ], "path": "v1beta1/{+target}:analyzeWorkloadMove", "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "list": { "parameterOrder": [ "parent" ], "parameters": { "parent": { "pattern": "^organizations/[^/]+/locations/[^/]+$", "type": "string", "description": "Required. Parent Resource to list workloads from. Must be of the form `organizations/{org_id}/locations/{location}`.", "required": true, "location": "path" }, "pageToken": { "description": "Page token returned from previous request. Page token contains context from previous request. Page token needs to be passed in the second and following requests.", "location": "query", "type": "string" }, "filter": { "location": "query", "type": "string", "description": "A custom filter for filtering by properties of a workload. At this time, only filtering by labels is supported." }, "pageSize": { "type": "integer", "format": "int32", "location": "query", "description": "Page size." } }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "response": { "$ref": "GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse" }, "path": "v1beta1/{+parent}/workloads", "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads", "id": "assuredworkloads.organizations.locations.workloads.list", "description": "Lists Assured Workloads under a CRM Node.", "httpMethod": "GET" }, "patch": { "request": { "$ref": "GoogleCloudAssuredworkloadsV1beta1Workload" }, "httpMethod": "PATCH", "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}", "description": "Updates an existing workload. Currently allows updating of workload display_name and labels. For force updates don't set etag field in the Workload. Only one update operation per workload can be in progress.", "id": "assuredworkloads.organizations.locations.workloads.patch", "response": { "$ref": "GoogleCloudAssuredworkloadsV1beta1Workload" }, "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "path": "v1beta1/{+name}", "parameters": { "updateMask": { "location": "query", "format": "google-fieldmask", "description": "Required. The list of fields to be updated.", "type": "string" }, "name": { "pattern": "^organizations/[^/]+/locations/[^/]+/workloads/[^/]+$", "required": true, "description": "Optional. The resource name of the workload. Format: organizations/{organization}/locations/{location}/workloads/{workload} Read-only.", "location": "path", "type": "string" } } }, "enableResourceMonitoring": { "path": "v1beta1/{+name}:enableResourceMonitoring", "parameters": { "name": { "description": "Required. The `name` field is used to identify the workload. Format: organizations/{org_id}/locations/{location_id}/workloads/{workload_id}", "location": "path", "type": "string", "required": true, "pattern": "^organizations/[^/]+/locations/[^/]+/workloads/[^/]+$" } }, "id": "assuredworkloads.organizations.locations.workloads.enableResourceMonitoring", "description": "Enable resource violation monitoring for a workload.", "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}:enableResourceMonitoring", "parameterOrder": [ "name" ], "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "httpMethod": "POST", "response": { "$ref": "GoogleCloudAssuredworkloadsV1beta1EnableResourceMonitoringResponse" } }, "delete": { "httpMethod": "DELETE", "parameters": { "etag": { "description": "Optional. The etag of the workload. If this is provided, it must match the server's etag.", "location": "query", "type": "string" }, "name": { "location": "path", "description": "Required. The `name` field is used to identify the workload. Format: organizations/{org_id}/locations/{location_id}/workloads/{workload_id}", "required": true, "pattern": "^organizations/[^/]+/locations/[^/]+/workloads/[^/]+$", "type": "string" } }, "description": "Deletes the workload. Make sure that workload's direct children are already in a deleted state, otherwise the request will fail with a FAILED_PRECONDITION error. In addition to assuredworkloads.workload.delete permission, the user should also have orgpolicy.policy.set permission on the deleted folder to remove Assured Workloads OrgPolicies.", "path": "v1beta1/{+name}", "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}", "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "response": { "$ref": "GoogleProtobufEmpty" }, "parameterOrder": [ "name" ], "id": "assuredworkloads.organizations.locations.workloads.delete" }, "get": { "description": "Gets Assured Workload associated with a CRM Node", "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "parameterOrder": [ "name" ], "path": "v1beta1/{+name}", "httpMethod": "GET", "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}", "parameters": { "name": { "location": "path", "description": "Required. The resource name of the Workload to fetch. This is the workloads's relative path in the API, formatted as \"organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}\". For example, \"organizations/123/locations/us-east1/workloads/assured-workload-1\".", "required": true, "pattern": "^organizations/[^/]+/locations/[^/]+/workloads/[^/]+$", "type": "string" } }, "id": "assuredworkloads.organizations.locations.workloads.get", "response": { "$ref": "GoogleCloudAssuredworkloadsV1beta1Workload" } }, "restrictAllowedResources": { "description": "Restrict the list of resources allowed in the Workload environment. The current list of allowed products can be found at https://cloud.google.com/assured-workloads/docs/supported-products In addition to assuredworkloads.workload.update permission, the user should also have orgpolicy.policy.set permission on the folder resource to use this functionality.", "id": "assuredworkloads.organizations.locations.workloads.restrictAllowedResources", "httpMethod": "POST", "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "request": { "$ref": "GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesRequest" }, "parameters": { "name": { "description": "Required. The resource name of the Workload. This is the workloads's relative path in the API, formatted as \"organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}\". For example, \"organizations/123/locations/us-east1/workloads/assured-workload-1\".", "location": "path", "required": true, "type": "string", "pattern": "^organizations/[^/]+/locations/[^/]+/workloads/[^/]+$" } }, "parameterOrder": [ "name" ], "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}:restrictAllowedResources", "response": { "$ref": "GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesResponse" }, "path": "v1beta1/{+name}:restrictAllowedResources" }, "create": { "request": { "$ref": "GoogleCloudAssuredworkloadsV1beta1Workload" }, "path": "v1beta1/{+parent}/workloads", "id": "assuredworkloads.organizations.locations.workloads.create", "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads", "description": "Creates Assured Workload.", "parameters": { "externalId": { "location": "query", "description": "Optional. A identifier associated with the workload and underlying projects which allows for the break down of billing costs for a workload. The value provided for the identifier will add a label to the workload and contained projects with the identifier as the value.", "type": "string" }, "parent": { "description": "Required. The resource name of the new Workload's parent. Must be of the form `organizations/{org_id}/locations/{location_id}`.", "location": "path", "type": "string", "required": true, "pattern": "^organizations/[^/]+/locations/[^/]+$" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "httpMethod": "POST" } } }, "operations": { "methods": { "get": { "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "path": "v1beta1/{+name}", "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", "parameters": { "name": { "required": true, "description": "The name of the operation resource.", "pattern": "^organizations/[^/]+/locations/[^/]+/operations/[^/]+$", "location": "path", "type": "string" } }, "id": "assuredworkloads.organizations.locations.operations.get", "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/operations/{operationsId}", "httpMethod": "GET", "response": { "$ref": "GoogleLongrunningOperation" }, "parameterOrder": [ "name" ] }, "list": { "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/operations", "id": "assuredworkloads.organizations.locations.operations.list", "parameters": { "pageToken": { "location": "query", "description": "The standard list page token.", "type": "string" }, "name": { "pattern": "^organizations/[^/]+/locations/[^/]+$", "description": "The name of the operation's parent resource.", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "The standard list page size.", "type": "integer", "format": "int32", "location": "query" }, "filter": { "description": "The standard list filter.", "type": "string", "location": "query" } }, "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", "parameterOrder": [ "name" ], "httpMethod": "GET", "path": "v1beta1/{+name}/operations", "response": { "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] } } } } } } } }, "auth": { "oauth2": { "scopes": { "https://www.googleapis.com/auth/cloud-platform": { "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account." } } } }, "name": "assuredworkloads", "protocol": "rest", "schemas": { "GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings": { "properties": { "kmsSettings": { "description": "Input only. Immutable. Settings used to create a CMEK crypto key.", "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings" } }, "id": "GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings", "deprecated": true, "type": "object", "description": "Settings specific to resources needed for IL4." }, "GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext": { "description": "Violation exception detail.", "type": "object", "properties": { "userName": { "description": "Name of the user (or service account) who acknowledged the violation.", "type": "string" }, "acknowledgementTime": { "format": "google-datetime", "type": "string", "description": "Timestamp when the violation was acknowledged." }, "comment": { "type": "string", "description": "Business justification provided towards the acknowledgement of the violation." } }, "id": "GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext" }, "GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse": { "description": "External key management systems(EKM) Provisioning response", "id": "GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse", "properties": { "ekmProvisioningState": { "enumDescriptions": [ "Default State for Ekm Provisioning", "Pending State for Ekm Provisioning", "Failed State for Ekm Provisioning", "Completed State for Ekm Provisioning" ], "description": "Indicates Ekm enrollment Provisioning of a given workload.", "enum": [ "EKM_PROVISIONING_STATE_UNSPECIFIED", "EKM_PROVISIONING_STATE_PENDING", "EKM_PROVISIONING_STATE_FAILED", "EKM_PROVISIONING_STATE_COMPLETED" ], "type": "string" }, "ekmProvisioningErrorDomain": { "type": "string", "enum": [ "EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED", "UNSPECIFIED_ERROR", "GOOGLE_SERVER_ERROR", "EXTERNAL_USER_ERROR", "EXTERNAL_PARTNER_ERROR", "TIMEOUT_ERROR" ], "description": "Indicates Ekm provisioning error if any.", "enumDescriptions": [ "No error domain", "Error but domain is unspecified.", "Internal logic breaks within provisioning code.", "Error occurred with the customer not granting permission/creating resource.", "Error occurred within the partner's provisioning cluster.", "Resource wasn't provisioned in the required 7 day time period" ] }, "ekmProvisioningErrorMapping": { "description": "Detailed error message if Ekm provisioning fails", "enumDescriptions": [ "Error is unspecified.", "Service account is used is invalid.", "Iam permission monitoring.MetricsScopeAdmin wasn't applied.", "Iam permission cloudkms.ekmConnectionsAdmin wasn't applied." ], "enum": [ "EKM_PROVISIONING_ERROR_MAPPING_UNSPECIFIED", "INVALID_SERVICE_ACCOUNT", "MISSING_METRICS_SCOPE_ADMIN_PERMISSION", "MISSING_EKM_CONNECTION_ADMIN_PERMISSION" ], "type": "string" } }, "type": "object" }, "GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse": { "properties": { "nextPageToken": { "type": "string", "description": "The next page token. Is empty if the last page is reached." }, "assetMoveAnalyses": { "type": "array", "description": "List of analysis results for each asset in scope.", "items": { "$ref": "GoogleCloudAssuredworkloadsV1beta1AssetMoveAnalysis" } } }, "description": "Response containing the analysis results for the hypothetical resource move.", "type": "object", "id": "GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse" }, "GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsGcloud": { "id": "GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsGcloud", "type": "object", "properties": { "gcloudCommands": { "type": "array", "description": "Gcloud command to resolve violation", "items": { "type": "string" } }, "additionalLinks": { "description": "Additional urls for more information about steps", "items": { "type": "string" }, "type": "array" }, "steps": { "type": "array", "items": { "type": "string" }, "description": "Steps to resolve violation via gcloud cli" } }, "description": "Remediation instructions to resolve violation via gcloud cli" }, "GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings": { "type": "object", "properties": { "resourceType": { "enum": [ "RESOURCE_TYPE_UNSPECIFIED", "CONSUMER_PROJECT", "CONSUMER_FOLDER", "ENCRYPTION_KEYS_PROJECT", "KEYRING" ], "enumDescriptions": [ "Unknown resource type.", "Deprecated. Existing workloads will continue to support this, but new CreateWorkloadRequests should not specify this as an input value.", "Consumer Folder.", "Consumer project containing encryption keys.", "Keyring resource that hosts encryption keys." ], "type": "string", "enumDeprecated": [ false, true, false, false, false ], "description": "Indicates the type of resource. This field should be specified to correspond the id to the right project type (CONSUMER_PROJECT or ENCRYPTION_KEYS_PROJECT)" }, "resourceId": { "type": "string", "description": "Resource identifier. For a project this represents project_id. If the project is already taken, the workload creation will fail. For KeyRing, this represents the keyring_id. For a folder, don't set this value as folder_id is assigned by Google." }, "displayName": { "description": "User-assigned resource display name. If not empty it will be used to create a resource with the specified name.", "type": "string" } }, "description": "Represent the custom settings for the resources to be created.", "id": "GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings" }, "GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings": { "type": "object", "id": "GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings", "description": "Settings specific to resources needed for FedRAMP Moderate.", "deprecated": true, "properties": { "kmsSettings": { "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings", "description": "Input only. Immutable. Settings used to create a CMEK crypto key." } } }, "GoogleLongrunningListOperationsResponse": { "id": "GoogleLongrunningListOperationsResponse", "type": "object", "properties": { "operations": { "type": "array", "items": { "$ref": "GoogleLongrunningOperation" }, "description": "A list of operations that matches the specified filter in the request." }, "nextPageToken": { "description": "The standard List next-page token.", "type": "string" } }, "description": "The response message for Operations.ListOperations." }, "GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": { "id": "GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest", "properties": { "acknowledgeType": { "enumDescriptions": [ "Acknowledge type unspecified.", "Acknowledge only the specific violation.", "Acknowledge specified orgPolicy violation and also associated resource violations." ], "description": "Optional. Acknowledge type of specified violation.", "enum": [ "ACKNOWLEDGE_TYPE_UNSPECIFIED", "SINGLE_VIOLATION", "EXISTING_CHILD_RESOURCE_VIOLATIONS" ], "type": "string" }, "comment": { "type": "string", "description": "Required. Business justification explaining the need for violation acknowledgement" }, "nonCompliantOrgPolicy": { "deprecated": true, "type": "string", "description": "Optional. This field is deprecated and will be removed in future version of the API. Name of the OrgPolicy which was modified with non-compliant change and resulted in this violation. Format: projects/{project_number}/policies/{constraint_name} folders/{folder_id}/policies/{constraint_name} organizations/{organization_id}/policies/{constraint_name}" } }, "type": "object", "description": "Request for acknowledging the violation" }, "GoogleCloudAssuredworkloadsV1beta1EnableResourceMonitoringResponse": { "type": "object", "properties": {}, "description": "Response for EnableResourceMonitoring endpoint.", "id": "GoogleCloudAssuredworkloadsV1beta1EnableResourceMonitoringResponse" }, "GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole": { "type": "object", "properties": { "additionalLinks": { "type": "array", "items": { "type": "string" }, "description": "Additional urls for more information about steps" }, "steps": { "description": "Steps to resolve violation via cloud console", "items": { "type": "string" }, "type": "array" }, "consoleUris": { "type": "array", "items": { "type": "string" }, "description": "Link to console page where violations can be resolved" } }, "id": "GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole", "description": "Remediation instructions to resolve violation via cloud console" }, "GoogleCloudAssuredworkloadsV1beta1MoveImpact": { "properties": { "detail": { "type": "string", "description": "Explanation of the impact." } }, "type": "object", "description": "Represents the impact of moving the asset to the target.", "id": "GoogleCloudAssuredworkloadsV1beta1MoveImpact" }, "GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings": { "description": "Settings specific to resources needed for FedRAMP High.", "type": "object", "deprecated": true, "properties": { "kmsSettings": { "description": "Input only. Immutable. Settings used to create a CMEK crypto key.", "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings" } }, "id": "GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings" }, "GoogleCloudAssuredworkloadsV1beta1ViolationRemediation": { "id": "GoogleCloudAssuredworkloadsV1beta1ViolationRemediation", "properties": { "instructions": { "description": "Required. Remediation instructions to resolve violations", "$ref": "GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructions" }, "compliantValues": { "description": "Values that can resolve the violation For example: for list org policy violations, this will either be the list of allowed or denied values", "items": { "type": "string" }, "type": "array" }, "remediationType": { "type": "string", "enumDescriptions": [ "Unspecified remediation type", "Remediation type for boolean org policy", "Remediation type for list org policy which have allowed values in the monitoring rule", "Remediation type for list org policy which have denied values in the monitoring rule", "Remediation type for gcp.restrictCmekCryptoKeyProjects", "Remediation type for resource violation." ], "description": "Output only. Reemediation type based on the type of org policy values violated", "enum": [ "REMEDIATION_TYPE_UNSPECIFIED", "REMEDIATION_BOOLEAN_ORG_POLICY_VIOLATION", "REMEDIATION_LIST_ALLOWED_VALUES_ORG_POLICY_VIOLATION", "REMEDIATION_LIST_DENIED_VALUES_ORG_POLICY_VIOLATION", "REMEDIATION_RESTRICT_CMEK_CRYPTO_KEY_PROJECTS_ORG_POLICY_VIOLATION", "REMEDIATION_RESOURCE_VIOLATION" ], "readOnly": true } }, "type": "object", "description": "Represents remediation guidance to resolve compliance violation for AssuredWorkload" }, "GoogleLongrunningOperation": { "id": "GoogleLongrunningOperation", "type": "object", "description": "This resource represents a long-running operation that is the result of a network API call.", "properties": { "metadata": { "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." }, "type": "object" }, "name": { "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.", "type": "string" }, "response": { "additionalProperties": { "description": "Properties of the object. Contains field @type with type URL.", "type": "any" }, "type": "object", "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`." }, "error": { "$ref": "GoogleRpcStatus", "description": "The error result of the operation in case of failure or cancellation." }, "done": { "type": "boolean", "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available." } } }, "GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesRequest": { "description": "Request for restricting list of available resources in Workload environment.", "type": "object", "properties": { "restrictionType": { "enum": [ "RESTRICTION_TYPE_UNSPECIFIED", "ALLOW_ALL_GCP_RESOURCES", "ALLOW_COMPLIANT_RESOURCES", "APPEND_COMPLIANT_RESOURCES" ], "description": "Required. The type of restriction for using gcp products in the Workload environment.", "type": "string", "enumDescriptions": [ "Unknown restriction type.", "Allow the use all of all gcp products, irrespective of the compliance posture. This effectively removes gcp.restrictServiceUsage OrgPolicy on the AssuredWorkloads Folder.", "Based on Workload's compliance regime, allowed list changes. See - https://cloud.google.com/assured-workloads/docs/supported-products for the list of supported resources.", "Similar to ALLOW_COMPLIANT_RESOURCES but adds the list of compliant resources to the existing list of compliant resources. Effective org-policy of the Folder is considered to ensure there is no disruption to the existing customer workflows." ] } }, "id": "GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesRequest" }, "GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus": { "id": "GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus", "type": "object", "description": "Represents the Compliance Status of this workload", "properties": { "activeViolationCount": { "type": "integer", "description": "Number of current orgPolicy violations which are not acknowledged.", "format": "int32" }, "activeResourceViolationCount": { "description": "Number of current resource violations which are acknowledged.", "type": "integer", "format": "int32" }, "acknowledgedViolationCount": { "format": "int32", "description": "Number of current orgPolicy violations which are acknowledged.", "type": "integer" }, "acknowledgedResourceViolationCount": { "description": "Number of current resource violations which are not acknowledged.", "format": "int32", "type": "integer" } } }, "GoogleCloudAssuredworkloadsV1beta1AssetMoveAnalysis": { "description": "Represents move analysis results for an asset.", "id": "GoogleCloudAssuredworkloadsV1beta1AssetMoveAnalysis", "properties": { "asset": { "description": "The full resource name of the asset being analyzed. Example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1", "type": "string" }, "analysisGroups": { "items": { "$ref": "GoogleCloudAssuredworkloadsV1beta1MoveAnalysisGroup" }, "type": "array", "description": "List of eligible analyses performed for the asset." }, "assetType": { "description": "Type of the asset being analyzed. Possible values will be among the ones listed [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).", "type": "string" } }, "type": "object" }, "GoogleCloudAssuredworkloadsV1beta1Workload": { "type": "object", "id": "GoogleCloudAssuredworkloadsV1beta1Workload", "properties": { "kmsSettings": { "deprecated": true, "description": "Input only. Settings used to create a CMEK crypto key. When set, a project with a KMS CMEK key is provisioned. This field is deprecated as of Feb 28, 2022. In order to create a Keyring, callers should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.", "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings" }, "ekmProvisioningResponse": { "description": "Output only. Represents the Ekm Provisioning State of the given workload.", "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponse", "readOnly": true }, "violationNotificationsEnabled": { "description": "Optional. Indicates whether the e-mail notification for a violation is enabled for a workload. This value will be by default True, and if not present will be considered as true. This should only be updated via updateWorkload call. Any Changes to this field during the createWorkload call will not be honored. This will always be true while creating the workload.", "type": "boolean" }, "compliantButDisallowedServices": { "readOnly": true, "type": "array", "items": { "type": "string" }, "description": "Output only. Urls for services which are compliant for this Assured Workload, but which are currently disallowed by the ResourceUsageRestriction org policy. Invoke RestrictAllowedResources endpoint to allow your project developers to use these services in their environment." }, "kajEnrollmentState": { "description": "Output only. Represents the KAJ enrollment state of the given workload.", "enumDescriptions": [ "Default State for KAJ Enrollment.", "Pending State for KAJ Enrollment.", "Complete State for KAJ Enrollment." ], "type": "string", "enum": [ "KAJ_ENROLLMENT_STATE_UNSPECIFIED", "KAJ_ENROLLMENT_STATE_PENDING", "KAJ_ENROLLMENT_STATE_COMPLETE" ], "readOnly": true }, "resourceSettings": { "items": { "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings" }, "type": "array", "description": "Input only. Resource properties that are used to customize workload resources. These properties (such as custom project id) will be used to create workload resources if possible. This field is optional." }, "partner": { "enum": [ "PARTNER_UNSPECIFIED", "LOCAL_CONTROLS_BY_S3NS", "SOVEREIGN_CONTROLS_BY_T_SYSTEMS", "SOVEREIGN_CONTROLS_BY_SIA_MINSAIT", "SOVEREIGN_CONTROLS_BY_PSN" ], "type": "string", "enumDescriptions": [ "", "Enum representing S3NS (Thales) partner.", "Enum representing T_SYSTEM (TSI) partner.", "Enum representing SIA_MINSAIT (Indra) partner.", "Enum representing PSN (TIM) partner." ], "description": "Optional. Partner regime associated with this workload." }, "complianceRegime": { "type": "string", "enumDescriptions": [ "Unknown compliance regime.", "Information protection as per DoD IL4 requirements.", "Criminal Justice Information Services (CJIS) Security policies.", "FedRAMP High data protection controls", "FedRAMP Moderate data protection controls", "Assured Workloads For US Regions data protection controls", "Health Insurance Portability and Accountability Act controls", "Health Information Trust Alliance controls", "Assured Workloads For EU Regions and Support controls", "Assured Workloads For Canada Regions and Support controls", "International Traffic in Arms Regulations", "Assured Workloads for Australia Regions and Support controls", "Assured Workloads for Partners;", "Assured Workloads for Israel", "Assured Workloads for Israel Regions", "Assured Workloads for Canada Protected B regime", "Information protection as per DoD IL5 requirements.", "Information protection as per DoD IL2 requirements.", "Assured Workloads for Japan Regions", "KSA R5 Controls.", "Assured Workloads for Regional Controls/Free Regions", "Assured Workloads for Regional Controls/Free Regions" ], "description": "Required. Immutable. Compliance Regime associated with this workload.", "enum": [ "COMPLIANCE_REGIME_UNSPECIFIED", "IL4", "CJIS", "FEDRAMP_HIGH", "FEDRAMP_MODERATE", "US_REGIONAL_ACCESS", "HIPAA", "HITRUST", "EU_REGIONS_AND_SUPPORT", "CA_REGIONS_AND_SUPPORT", "ITAR", "AU_REGIONS_AND_US_SUPPORT", "ASSURED_WORKLOADS_FOR_PARTNERS", "ISR_REGIONS", "ISR_REGIONS_AND_SUPPORT", "CA_PROTECTED_B", "IL5", "IL2", "JP_REGIONS_AND_SUPPORT", "KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS", "REGIONAL_CONTROLS", "FREE_REGIONS" ] }, "fedrampModerateSettings": { "deprecated": true, "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings", "description": "Input only. Immutable. Settings specific to resources needed for FedRAMP Moderate." }, "displayName": { "description": "Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload", "type": "string" }, "enableSovereignControls": { "description": "Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.", "type": "boolean" }, "fedrampHighSettings": { "deprecated": true, "description": "Input only. Immutable. Settings specific to resources needed for FedRAMP High.", "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings" }, "resourceMonitoringEnabled": { "type": "boolean", "description": "Output only. Indicates whether resource monitoring is enabled for workload or not. It is true when Resource feed is subscribed to AWM topic and AWM Service Agent Role is binded to AW Service Account for resource Assured workload.", "readOnly": true }, "il4Settings": { "deprecated": true, "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadIL4Settings", "description": "Input only. Immutable. Settings specific to resources needed for IL4." }, "provisionedResourcesParent": { "description": "Input only. The parent resource for the resources managed by this Assured Workload. May be either empty or a folder resource which is a child of the Workload parent. If not specified all resources are created under the parent organization. Format: folders/{folder_id}", "type": "string" }, "saaEnrollmentResponse": { "description": "Output only. Represents the SAA enrollment response of the given workload. SAA enrollment response is queried during GetWorkload call. In failure cases, user friendly error message is shown in SAA details page.", "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse", "readOnly": true }, "resources": { "items": { "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo" }, "readOnly": true, "description": "Output only. The resources associated with this workload. These resources will be created when creating the workload. If any of the projects already exist, the workload creation will fail. Always read only.", "type": "array" }, "createTime": { "description": "Output only. Immutable. The Workload creation timestamp.", "type": "string", "readOnly": true, "format": "google-datetime" }, "etag": { "type": "string", "description": "Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update & Delete operations." }, "name": { "description": "Optional. The resource name of the workload. Format: organizations/{organization}/locations/{location}/workloads/{workload} Read-only.", "type": "string" }, "labels": { "type": "object", "description": "Optional. Labels applied to the workload.", "additionalProperties": { "type": "string" } }, "complianceStatus": { "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus", "description": "Output only. Count of active Violations in the Workload.", "readOnly": true }, "cjisSettings": { "description": "Input only. Immutable. Settings specific to resources needed for CJIS.", "deprecated": true, "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings" }, "billingAccount": { "type": "string", "description": "Optional. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`." }, "partnerPermissions": { "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions", "description": "Optional. Permissions granted to the AW Partner SA account for the customer workload" } }, "description": "A Workload object for managing highly regulated workloads of cloud customers." }, "GoogleCloudAssuredworkloadsV1beta1MoveAnalysisGroup": { "id": "GoogleCloudAssuredworkloadsV1beta1MoveAnalysisGroup", "properties": { "analysisResult": { "$ref": "GoogleCloudAssuredworkloadsV1beta1MoveAnalysisResult", "description": "Result of a successful analysis." }, "displayName": { "description": "Name of the analysis group.", "type": "string" }, "error": { "description": "Error details for a failed analysis.", "$ref": "GoogleRpcStatus" } }, "type": "object", "description": "Represents a logical group of checks performed for an asset. If successful, the group contains the analysis result, otherwise it contains an error with the failure reason." }, "GoogleCloudAssuredworkloadsV1beta1MoveAnalysisResult": { "type": "object", "description": "Represents the successful move analysis results for a group.", "properties": { "blockers": { "description": "List of blockers. If not resolved, these will result in compliance violations in the target.", "items": { "$ref": "GoogleCloudAssuredworkloadsV1beta1MoveImpact" }, "type": "array" }, "warnings": { "type": "array", "items": { "$ref": "GoogleCloudAssuredworkloadsV1beta1MoveImpact" }, "description": "List of warnings. These are risks that may or may not result in compliance violations." } }, "id": "GoogleCloudAssuredworkloadsV1beta1MoveAnalysisResult" }, "GoogleCloudAssuredworkloadsV1beta1Violation": { "id": "GoogleCloudAssuredworkloadsV1beta1Violation", "description": "Workload monitoring Violation.", "properties": { "associatedOrgPolicyViolationId": { "description": "Optional. Output only. Violation Id of the org-policy violation due to which the resource violation is caused. Empty for org-policy violations.", "readOnly": true, "type": "string" }, "auditLogLink": { "description": "Output only. Immutable. Audit Log Link for violated resource Format: https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{timeRange}{folder}", "readOnly": true, "type": "string" }, "violationType": { "description": "Output only. Type of the violation", "enumDescriptions": [ "Unspecified type.", "Org Policy Violation.", "Resource Violation." ], "type": "string", "enum": [ "VIOLATION_TYPE_UNSPECIFIED", "ORG_POLICY", "RESOURCE" ], "readOnly": true }, "acknowledgementTime": { "format": "google-datetime", "description": "Optional. Timestamp when this violation was acknowledged first. Check exception_contexts to find the last time the violation was acknowledged when there are more than one violations. This field will be absent when acknowledged field is marked as false.", "type": "string" }, "resourceName": { "description": "Optional. Output only. Name of the resource like //storage.googleapis.com/myprojectxyz-testbucket. Empty for org-policy violations.", "type": "string", "readOnly": true }, "parentProjectNumber": { "description": "Optional. Output only. Parent project number where resource is present. Empty for org-policy violations.", "type": "string", "readOnly": true }, "description": { "type": "string", "description": "Output only. Description for the Violation. e.g. OrgPolicy gcp.resourceLocations has non compliant value.", "readOnly": true }, "state": { "description": "Output only. State of the violation", "enumDescriptions": [ "Unspecified state.", "Violation is resolved.", "Violation is Unresolved", "Violation is Exception" ], "readOnly": true, "enum": [ "STATE_UNSPECIFIED", "RESOLVED", "UNRESOLVED", "EXCEPTION" ], "type": "string" }, "updateTime": { "description": "Output only. The last time when the Violation record was updated.", "format": "google-datetime", "readOnly": true, "type": "string" }, "exceptionAuditLogLink": { "type": "string", "description": "Output only. Immutable. Audit Log link to find business justification provided for violation exception. Format: https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{protoPayload.methodName}{timeRange}{organization}", "readOnly": true }, "resourceType": { "type": "string", "description": "Optional. Output only. Type of the resource like compute.googleapis.com/Disk, etc. Empty for org-policy violations.", "readOnly": true }, "name": { "type": "string", "readOnly": true, "description": "Output only. Immutable. Name of the Violation. Format: organizations/{organization}/locations/{location}/workloads/{workload_id}/violations/{violations_id}" }, "exceptionContexts": { "items": { "$ref": "GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext" }, "readOnly": true, "description": "Output only. List of all the exception detail added for the violation.", "type": "array" }, "nonCompliantOrgPolicy": { "type": "string", "readOnly": true, "description": "Output only. Immutable. Name of the OrgPolicy which was modified with non-compliant change and resulted this violation. Format: projects/{project_number}/policies/{constraint_name} folders/{folder_id}/policies/{constraint_name} organizations/{organization_id}/policies/{constraint_name}" }, "resolveTime": { "format": "google-datetime", "type": "string", "readOnly": true, "description": "Output only. Time of the event which fixed the Violation. If the violation is ACTIVE this will be empty." }, "acknowledged": { "type": "boolean", "description": "A boolean that indicates if the violation is acknowledged" }, "beginTime": { "format": "google-datetime", "description": "Output only. Time of the event which triggered the Violation.", "readOnly": true, "type": "string" }, "remediation": { "description": "Output only. Compliance violation remediation", "$ref": "GoogleCloudAssuredworkloadsV1beta1ViolationRemediation", "readOnly": true }, "category": { "type": "string", "description": "Output only. Category under which this violation is mapped. e.g. Location, Service Usage, Access, Encryption, etc.", "readOnly": true }, "orgPolicyConstraint": { "description": "Output only. Immutable. The org-policy-constraint that was incorrectly changed, which resulted in this violation.", "readOnly": true, "deprecated": true, "type": "string" } }, "type": "object" }, "GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse": { "type": "object", "properties": { "nextPageToken": { "type": "string", "description": "The next page token. Return empty if reached the last page." }, "workloads": { "description": "List of Workloads under a given parent.", "items": { "$ref": "GoogleCloudAssuredworkloadsV1beta1Workload" }, "type": "array" } }, "id": "GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse", "description": "Response of ListWorkloads endpoint." }, "GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse": { "properties": { "nextPageToken": { "description": "The next page token. Returns empty if reached the last page.", "type": "string" }, "violations": { "items": { "$ref": "GoogleCloudAssuredworkloadsV1beta1Violation" }, "type": "array", "description": "List of Violations under a Workload." } }, "type": "object", "id": "GoogleCloudAssuredworkloadsV1beta1ListViolationsResponse", "description": "Response of ListViolations endpoint." }, "GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo": { "description": "Represent the resources that are children of this Workload.", "id": "GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo", "properties": { "resourceId": { "type": "string", "description": "Resource identifier. For a project this represents project_number.", "format": "int64" }, "resourceType": { "type": "string", "enumDeprecated": [ false, true, false, false, false ], "description": "Indicates the type of resource.", "enumDescriptions": [ "Unknown resource type.", "Deprecated. Existing workloads will continue to support this, but new CreateWorkloadRequests should not specify this as an input value.", "Consumer Folder.", "Consumer project containing encryption keys.", "Keyring resource that hosts encryption keys." ], "enum": [ "RESOURCE_TYPE_UNSPECIFIED", "CONSUMER_PROJECT", "CONSUMER_FOLDER", "ENCRYPTION_KEYS_PROJECT", "KEYRING" ] } }, "type": "object" }, "GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesResponse": { "id": "GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesResponse", "type": "object", "description": "Response for restricting the list of allowed resources.", "properties": {} }, "GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata": { "type": "object", "description": "Operation metadata to give request details of CreateWorkload.", "id": "GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata", "properties": { "createTime": { "description": "Optional. Time when the operation was created.", "type": "string", "format": "google-datetime" }, "complianceRegime": { "enumDescriptions": [ "Unknown compliance regime.", "Information protection as per DoD IL4 requirements.", "Criminal Justice Information Services (CJIS) Security policies.", "FedRAMP High data protection controls", "FedRAMP Moderate data protection controls", "Assured Workloads For US Regions data protection controls", "Health Insurance Portability and Accountability Act controls", "Health Information Trust Alliance controls", "Assured Workloads For EU Regions and Support controls", "Assured Workloads For Canada Regions and Support controls", "International Traffic in Arms Regulations", "Assured Workloads for Australia Regions and Support controls", "Assured Workloads for Partners;", "Assured Workloads for Israel", "Assured Workloads for Israel Regions", "Assured Workloads for Canada Protected B regime", "Information protection as per DoD IL5 requirements.", "Information protection as per DoD IL2 requirements.", "Assured Workloads for Japan Regions", "KSA R5 Controls.", "Assured Workloads for Regional Controls/Free Regions", "Assured Workloads for Regional Controls/Free Regions" ], "enum": [ "COMPLIANCE_REGIME_UNSPECIFIED", "IL4", "CJIS", "FEDRAMP_HIGH", "FEDRAMP_MODERATE", "US_REGIONAL_ACCESS", "HIPAA", "HITRUST", "EU_REGIONS_AND_SUPPORT", "CA_REGIONS_AND_SUPPORT", "ITAR", "AU_REGIONS_AND_US_SUPPORT", "ASSURED_WORKLOADS_FOR_PARTNERS", "ISR_REGIONS", "ISR_REGIONS_AND_SUPPORT", "CA_PROTECTED_B", "IL5", "IL2", "JP_REGIONS_AND_SUPPORT", "KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS", "REGIONAL_CONTROLS", "FREE_REGIONS" ], "description": "Optional. Compliance controls that should be applied to the resources managed by the workload.", "type": "string" }, "displayName": { "type": "string", "description": "Optional. The display name of the workload." }, "parent": { "type": "string", "description": "Optional. The parent of the workload." }, "resourceSettings": { "items": { "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings" }, "type": "array", "description": "Optional. Resource properties in the input that are used for creating/customizing workload resources." } } }, "GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings": { "type": "object", "description": "Settings specific to resources needed for CJIS.", "id": "GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings", "properties": { "kmsSettings": { "description": "Input only. Immutable. Settings used to create a CMEK crypto key.", "$ref": "GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings" } }, "deprecated": true }, "GoogleRpcStatus": { "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).", "id": "GoogleRpcStatus", "type": "object", "properties": { "details": { "items": { "type": "object", "additionalProperties": { "description": "Properties of the object. Contains field @type with type URL.", "type": "any" } }, "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", "type": "array" }, "message": { "type": "string", "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client." }, "code": { "format": "int32", "type": "integer", "description": "The status code, which should be an enum value of google.rpc.Code." } } }, "GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse": { "id": "GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse", "properties": { "setupErrors": { "items": { "enumDescriptions": [ "Unspecified.", "Invalid states for all customers, to be redirected to AA UI for additional details.", "Returned when there is not an EKM key configured.", "Returned when there are no enrolled services or the customer is enrolled in CAA only for a subset of services.", "Returned when exception was encountered during evaluation of other criteria." ], "enum": [ "SETUP_ERROR_UNSPECIFIED", "ERROR_INVALID_BASE_SETUP", "ERROR_MISSING_EXTERNAL_SIGNING_KEY", "ERROR_NOT_ALL_SERVICES_ENROLLED", "ERROR_SETUP_CHECK_FAILED" ], "type": "string" }, "description": "Indicates SAA enrollment setup error if any.", "type": "array" }, "setupStatus": { "enumDescriptions": [ "Unspecified.", "SAA enrollment pending.", "SAA enrollment comopleted." ], "description": "Indicates SAA enrollment status of a given workload.", "enum": [ "SETUP_STATE_UNSPECIFIED", "STATUS_PENDING", "STATUS_COMPLETE" ], "type": "string" } }, "type": "object", "description": "Signed Access Approvals (SAA) enrollment response." }, "GoogleProtobufEmpty": { "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "id": "GoogleProtobufEmpty", "properties": {}, "type": "object" }, "GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationResponse": { "id": "GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationResponse", "type": "object", "description": "Response for violation acknowledgement", "properties": {} }, "GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings": { "description": "Settings specific to the Key Management Service.", "id": "GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettings", "type": "object", "deprecated": true, "properties": { "nextRotationTime": { "type": "string", "description": "Required. Input only. Immutable. The time at which the Key Management Service will automatically create a new version of the crypto key and mark it as the primary.", "format": "google-datetime" }, "rotationPeriod": { "description": "Required. Input only. Immutable. [next_rotation_time] will be advanced by this period when the Key Management Service automatically rotates a key. Must be at least 24 hours and at most 876,000 hours.", "format": "google-duration", "type": "string" } } }, "GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructions": { "description": "Instructions to remediate violation", "id": "GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructions", "type": "object", "properties": { "consoleInstructions": { "description": "Remediation instructions to resolve violation via cloud console", "$ref": "GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole" }, "gcloudInstructions": { "description": "Remediation instructions to resolve violation via gcloud cli", "$ref": "GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsGcloud" } } }, "GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions": { "type": "object", "properties": { "assuredWorkloadsMonitoring": { "type": "boolean", "description": "Optional. Allow partner to view violation alerts." }, "serviceAccessApprover": { "description": "Optional. Allow partner to view access approval logs.", "type": "boolean" }, "dataLogsViewer": { "type": "boolean", "description": "Allow the partner to view inspectability logs and monitoring violations." } }, "description": "Permissions granted to the AW Partner SA account for the customer workload", "id": "GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions" } }, "mtlsRootUrl": "https://assuredworkloads.mtls.googleapis.com/", "parameters": { "alt": { "type": "string", "location": "query", "enumDescriptions": [ "Responses with Content-Type of application/json", "Media download with context-dependent Content-Type", "Responses with Content-Type of application/x-protobuf" ], "description": "Data format for response.", "enum": [ "json", "media", "proto" ], "default": "json" }, "key": { "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", "type": "string", "location": "query" }, "uploadType": { "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "location": "query", "type": "string" }, "oauth_token": { "location": "query", "type": "string", "description": "OAuth 2.0 token for the current user." }, "access_token": { "type": "string", "description": "OAuth access token.", "location": "query" }, "upload_protocol": { "type": "string", "location": "query", "description": "Upload protocol for media (e.g. \"raw\", \"multipart\")." }, "$.xgafv": { "description": "V1 error format.", "enum": [ "1", "2" ], "enumDescriptions": [ "v1 error format", "v2 error format" ], "location": "query", "type": "string" }, "callback": { "location": "query", "type": "string", "description": "JSONP" }, "prettyPrint": { "location": "query", "description": "Returns response with indentations and line breaks.", "type": "boolean", "default": "true" }, "fields": { "type": "string", "location": "query", "description": "Selector specifying which fields to include in a partial response." }, "quotaUser": { "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", "location": "query", "type": "string" } }, "discoveryVersion": "v1", "revision": "20240422", "ownerName": "Google" }