@@ -141,7 +141,7 @@ class AnalyzeIamPolicyResponse
141141 # @return [Google::Apis::CloudassetV1::IamPolicyAnalysis]
142142 attr_accessor :main_analysis
143143
144- # The service account impersonation analysis if AnalyzeIamPolicyRequest .
144+ # The service account impersonation analysis if IamPolicyAnalysisQuery.Options .
145145 # analyze_service_account_impersonation is enabled.
146146 # Corresponds to the JSON property `serviceAccountImpersonationAnalysis`
147147 # @return [Array<Google::Apis::CloudassetV1::IamPolicyAnalysis>]
@@ -1011,7 +1011,7 @@ class EffectiveTagDetails
10111011 include Google ::Apis ::Core ::Hashable
10121012
10131013 # The [full resource name](https://cloud.google.com/asset-inventory/docs/
1014- # resource-name-format) of the ancestor from which an effective_tag is inherited,
1014+ # resource-name-format) of the ancestor from which effective_tags are inherited,
10151015 # according to [tag inheritance](https://cloud.google.com/resource-manager/docs/
10161016 # tags/tags-overview#inheritance).
10171017 # Corresponds to the JSON property `attachedResource`
@@ -1466,8 +1466,7 @@ class GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset
14661466 # @return [Google::Apis::CloudassetV1::GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource]
14671467 attr_accessor :governed_resource
14681468
1469- # The ordered list of all organization policies from the
1470- # AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.
1469+ # The ordered list of all organization policies from the consolidated_policy.
14711470 # attached_resource to the scope specified in the request. If the constraint is
14721471 # defined with default policy, it will also appear in the list.
14731472 # Corresponds to the JSON property `policyBundle`
@@ -1922,8 +1921,7 @@ class GoogleCloudAssetV1GovernedContainer
19221921 # @return [String]
19231922 attr_accessor :parent
19241923
1925- # The ordered list of all organization policies from the
1926- # AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.
1924+ # The ordered list of all organization policies from the consolidated_policy.
19271925 # attached_resource. to the scope specified in the request. If the constraint is
19281926 # defined with default policy, it will also appear in the list.
19291927 # Corresponds to the JSON property `policyBundle`
@@ -3563,6 +3561,14 @@ class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
35633561 # @return [String]
35643562 attr_accessor :description
35653563
3564+ # Optional. An opaque identifier for the current version of the `
3565+ # ServicePerimeter`. Clients should not expect this to be in any specific format.
3566+ # If etag is not provided, the operation will be performed as if a valid etag
3567+ # is provided.
3568+ # Corresponds to the JSON property `etag`
3569+ # @return [String]
3570+ attr_accessor :etag
3571+
35663572 # Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
35673573 # access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
35683574 # component must begin with a letter, followed by alphanumeric characters or `_`.
@@ -3618,6 +3624,7 @@ def initialize(**args)
36183624 # Update properties of this object
36193625 def update! ( **args )
36203626 @description = args [ :description ] if args . key? ( :description )
3627+ @etag = args [ :etag ] if args . key? ( :etag )
36213628 @name = args [ :name ] if args . key? ( :name )
36223629 @perimeter_type = args [ :perimeter_type ] if args . key? ( :perimeter_type )
36233630 @spec = args [ :spec ] if args . key? ( :spec )
@@ -4558,8 +4565,7 @@ class OrgPolicyResult
45584565 # @return [String]
45594566 attr_accessor :organization
45604567
4561- # The ordered list of all organization policies from the
4562- # AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.
4568+ # The ordered list of all organization policies from the consolidated_policy.
45634569 # attached_resource. to the scope specified in the request. If the constraint is
45644570 # defined with default policy, it will also appear in the list.
45654571 # Corresponds to the JSON property `policyBundle`
0 commit comments