Module: Google::Cloud::AssuredWorkloads::V1beta1::RestrictAllowedResourcesRequest::RestrictionType

Defined in:
proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb

Overview

The type of restriction.

Constant Summary collapse

RESTRICTION_TYPE_UNSPECIFIED =

Unknown restriction type.

0
ALLOW_ALL_GCP_RESOURCES =

Allow the use all of all gcp products, irrespective of the compliance posture. This effectively removes gcp.restrictServiceUsage OrgPolicy on the AssuredWorkloads Folder.

1
ALLOW_COMPLIANT_RESOURCES =

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.

2