@@ -11310,7 +11310,7 @@ def delete_organization_security_profile_environment(name, fields: nil, quota_us
1131011310
1131111311 # Create a security profile v2.
1131211312 # @param [String] parent
11313- # Required. The parent resource name.
11313+ # Required. The parent resource name. Format: `organizations/`org``
1131411314 # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileV2] google_cloud_apigee_v1_security_profile_v2_object
1131511315 # @param [String] security_profile_v2_id
1131611316 # Required. The security profile id.
@@ -11346,7 +11346,8 @@ def create_organization_security_profiles_v2(parent, google_cloud_apigee_v1_secu
1134611346
1134711347 # Delete a security profile v2.
1134811348 # @param [String] name
11349- # Required. The name of the security profile v2 to delete.
11349+ # Required. The name of the security profile v2 to delete. Format: `
11350+ # organizations/`org`/securityProfilesV2/`profile``
1135011351 # @param [String] fields
1135111352 # Selector specifying which fields to include in a partial response.
1135211353 # @param [String] quota_user
@@ -11376,7 +11377,8 @@ def delete_organization_security_profiles_v2(name, fields: nil, quota_user: nil,
1137611377
1137711378 # Get a security profile v2.
1137811379 # @param [String] name
11379- # Required. The security profile id.
11380+ # Required. The name of the security profile v2 to get. Format: `organizations/`
11381+ # org`/securityProfilesV2/`profile``
1138011382 # @param [String] fields
1138111383 # Selector specifying which fields to include in a partial response.
1138211384 # @param [String] quota_user
@@ -11448,7 +11450,8 @@ def list_organization_security_profiles_v2s(parent, page_size: nil, page_token:
1144811450 # org`/securityProfilesV2/`profile`
1144911451 # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileV2] google_cloud_apigee_v1_security_profile_v2_object
1145011452 # @param [String] update_mask
11451- # Required. The list of fields to update.
11453+ # Optional. The list of fields to update. Valid fields to update are `
11454+ # description` and `profileAssessmentConfigs`.
1145211455 # @param [String] fields
1145311456 # Selector specifying which fields to include in a partial response.
1145411457 # @param [String] quota_user
0 commit comments