@@ -458,18 +458,17 @@ class GoogleCloudSecuritypostureV1PolicyRule
458458
459459 # Optional. Required for managed constraints if parameters are defined. Passes
460460 # parameter values when policy enforcement is enabled. Ensure that parameter
461- # value types match those defined in the constraint definition. For example: ` "
462- # allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true `
461+ # value types match those defined in the constraint definition. For example: ```
462+ # ` " allowedLocations": ["us-east1", "us-west1"], "allowAll": true ` `` `
463463 # Corresponds to the JSON property `parameters`
464464 # @return [Hash<String,Object>]
465465 attr_accessor :parameters
466466
467- # Set multiple resource types for one policy, for example: resourceTypes:
468- # included: - compute.googleapis.com/Instance - compute.googleapis.com/Disk
467+ # Set multiple resource types for one policy, for example: ``` resourceTypes:
468+ # included: - compute.googleapis.com/Instance - compute.googleapis.com/Disk ```
469469 # Constraint definition contains an empty resource type in order to support
470470 # multiple resource types in the policy. Only supports managed constraints.
471- # Method type is `GOVERN_TAGS`. Refer go/multi-resource-support-force-tags-gmc
472- # to get more details.
471+ # Method type is `GOVERN_TAGS`.
473472 # Corresponds to the JSON property `resourceTypes`
474473 # @return [Google::Apis::SecuritypostureV1::ResourceTypes]
475474 attr_accessor :resource_types
@@ -1540,17 +1539,15 @@ def update!(**args)
15401539 end
15411540 end
15421541
1543- # Set multiple resource types for one policy, for example: resourceTypes:
1544- # included: - compute.googleapis.com/Instance - compute.googleapis.com/Disk
1542+ # Set multiple resource types for one policy, for example: ``` resourceTypes:
1543+ # included: - compute.googleapis.com/Instance - compute.googleapis.com/Disk ```
15451544 # Constraint definition contains an empty resource type in order to support
15461545 # multiple resource types in the policy. Only supports managed constraints.
1547- # Method type is `GOVERN_TAGS`. Refer go/multi-resource-support-force-tags-gmc
1548- # to get more details.
1546+ # Method type is `GOVERN_TAGS`.
15491547 class ResourceTypes
15501548 include Google ::Apis ::Core ::Hashable
15511549
1552- # Optional. The resource types we currently support. cloud/orgpolicy/
1553- # customconstraintconfig/prod/resource_types.prototext
1550+ # Optional. The resource types we currently support.
15541551 # Corresponds to the JSON property `included`
15551552 # @return [Array<String>]
15561553 attr_accessor :included
0 commit comments